Uses of Enum Class
org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.Type
Packages that use ProximityQueryNode.Type
Package
Description
Query nodes commonly used by query parser implementations.
-
Uses of ProximityQueryNode.Type in org.apache.lucene.queryparser.flexible.core.nodes
Methods in org.apache.lucene.queryparser.flexible.core.nodes that return ProximityQueryNode.TypeModifier and TypeMethodDescriptionProximityQueryNode.getProximityType()
static ProximityQueryNode.Type
Returns the enum constant of this class with the specified name.static ProximityQueryNode.Type[]
ProximityQueryNode.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.queryparser.flexible.core.nodes with parameters of type ProximityQueryNode.TypeModifierConstructorDescriptionProximityQueryNode
(List<QueryNode> clauses, CharSequence field, ProximityQueryNode.Type type, boolean inorder) ProximityQueryNode
(List<QueryNode> clauses, CharSequence field, ProximityQueryNode.Type type, int distance, boolean inorder) ProximityType
(ProximityQueryNode.Type type, int distance)