Uses of Class
org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.Type
-
Packages that use ProximityQueryNode.Type Package Description org.apache.lucene.queryparser.flexible.core.nodes Query nodes commonly used by query parser implementations. -
-
Uses of ProximityQueryNode.Type in org.apache.lucene.queryparser.flexible.core.nodes
Fields in org.apache.lucene.queryparser.flexible.core.nodes declared as ProximityQueryNode.Type Modifier and Type Field Description private ProximityQueryNode.TypeProximityQueryNode. proximityType(package private) ProximityQueryNode.TypeProximityQueryNode.ProximityType. pTypeMethods in org.apache.lucene.queryparser.flexible.core.nodes that return ProximityQueryNode.Type Modifier and Type Method Description ProximityQueryNode.TypeProximityQueryNode. getProximityType()static ProximityQueryNode.TypeProximityQueryNode.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProximityQueryNode.Type[]ProximityQueryNode.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.queryparser.flexible.core.nodes with parameters of type ProximityQueryNode.Type Constructor Description ProximityQueryNode(java.util.List<QueryNode> clauses, java.lang.CharSequence field, ProximityQueryNode.Type type, boolean inorder)ProximityQueryNode(java.util.List<QueryNode> clauses, java.lang.CharSequence field, ProximityQueryNode.Type type, int distance, boolean inorder)ProximityType(ProximityQueryNode.Type type)ProximityType(ProximityQueryNode.Type type, int distance)
-