Uses of Package
org.apache.lucene.queryParser.core.nodes
-
Packages that use org.apache.lucene.queryParser.core.nodes Package Description org.apache.lucene.queryParser.core.builders Contains the necessary classes to implement query buildersorg.apache.lucene.queryParser.core.nodes Contains query nodes that are commonly used by query parser implementationsorg.apache.lucene.queryParser.core.parser Contains the necessary interfaces to implement text parsersorg.apache.lucene.queryParser.core.processors Interfaces and implementations used by query node processorsorg.apache.lucene.queryParser.core.util Utility classes to used with the Query Parserorg.apache.lucene.queryParser.precedence.processors This package contains the processors used by Precedence Query Parserorg.apache.lucene.queryParser.standard.builders Standard Lucene Query Node Buildersorg.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodesorg.apache.lucene.queryParser.standard.parser Lucene Query Parserorg.apache.lucene.queryParser.standard.processors Lucene Query Node Processors -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.core.builders Class Description QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.core.nodes Class Description AndQueryNode AAndQueryNode
represents an AND boolean operation performed on a list of nodes.BooleanQueryNode ABooleanQueryNode
represents a list of elements which do not have an explicit boolean operator defined between them.DeletedQueryNode ADeletedQueryNode
represents a node that was deleted from the query node tree.FieldableNode A query node implementsFieldableNode
interface to indicate that its children and itself are associated to a specific field.FieldQueryNode AFieldQueryNode
represents a element that contains field/text tupleFieldValuePairQueryNode This interface should be implemented byQueryNode
that holds a field and an arbitrary value.FuzzyQueryNode AFuzzyQueryNode
represents a element that contains field/text/similarity tupleMatchAllDocsQueryNode AMatchAllDocsQueryNode
indicates that a query node tree or subtree will match all documents if executed in the index.ModifierQueryNode.Modifier ParametricQueryNode Deprecated.this class will be removed in future.ParametricQueryNode.CompareOperator Deprecated.ParametricRangeQueryNode AParametricRangeQueryNode
represents LE, LT, GE, GT, EQ, NE query.PathQueryNode.QueryText ProximityQueryNode.Type QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree.QueryNodeImpl AQueryNodeImpl
is the default implementation of the interfaceQueryNode
QuotedFieldQueryNode AQuotedFieldQueryNode
represents phrase query.RangeQueryNode This interface should be implemented by aQueryNode
that represents some kind of range query.TextableQueryNode ValueQueryNode This interface should be implemented by aQueryNode
that holds an arbitrary value. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.core.parser Class Description QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.core.processors Class Description QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.core.util Class Description QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.precedence.processors Class Description QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.standard.builders Class Description QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.standard.nodes Class Description BooleanQueryNode ABooleanQueryNode
represents a list of elements which do not have an explicit boolean operator defined between them.FieldableNode A query node implementsFieldableNode
interface to indicate that its children and itself are associated to a specific field.FieldQueryNode AFieldQueryNode
represents a element that contains field/text tupleFieldValuePairQueryNode This interface should be implemented byQueryNode
that holds a field and an arbitrary value.ModifierQueryNode AModifierQueryNode
indicates the modifier value (+,-,?,NONE) for each term on the query string.ModifierQueryNode.Modifier ParametricQueryNode Deprecated.this class will be removed in future.QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree.QueryNodeImpl AQueryNodeImpl
is the default implementation of the interfaceQueryNode
RangeQueryNode This interface should be implemented by aQueryNode
that represents some kind of range query.TextableQueryNode ValueQueryNode This interface should be implemented by aQueryNode
that holds an arbitrary value. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.standard.parser Class Description ModifierQueryNode.Modifier QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.standard.processors Class Description ModifierQueryNode.Modifier QueryNode AQueryNode
is a interface implemented by all nodes on a QueryNode tree.