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 AQueryNodeis 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 AAndQueryNoderepresents an AND boolean operation performed on a list of nodes.BooleanQueryNode ABooleanQueryNoderepresents a list of elements which do not have an explicit boolean operator defined between them.DeletedQueryNode ADeletedQueryNoderepresents a node that was deleted from the query node tree.FieldableNode A query node implementsFieldableNodeinterface to indicate that its children and itself are associated to a specific field.FieldQueryNode AFieldQueryNoderepresents a element that contains field/text tupleFieldValuePairQueryNode This interface should be implemented byQueryNodethat holds a field and an arbitrary value.FuzzyQueryNode AFuzzyQueryNoderepresents a element that contains field/text/similarity tupleMatchAllDocsQueryNode AMatchAllDocsQueryNodeindicates 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 AParametricRangeQueryNoderepresents LE, LT, GE, GT, EQ, NE query.PathQueryNode.QueryText ProximityQueryNode.Type QueryNode AQueryNodeis a interface implemented by all nodes on a QueryNode tree.QueryNodeImpl AQueryNodeImplis the default implementation of the interfaceQueryNodeQuotedFieldQueryNode AQuotedFieldQueryNoderepresents phrase query.RangeQueryNode This interface should be implemented by aQueryNodethat represents some kind of range query.TextableQueryNode ValueQueryNode This interface should be implemented by aQueryNodethat holds an arbitrary value. -
Classes in org.apache.lucene.queryParser.core.nodes used by org.apache.lucene.queryParser.core.parser Class Description QueryNode AQueryNodeis 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 AQueryNodeis 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 AQueryNodeis 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 AQueryNodeis 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 AQueryNodeis 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 ABooleanQueryNoderepresents a list of elements which do not have an explicit boolean operator defined between them.FieldableNode A query node implementsFieldableNodeinterface to indicate that its children and itself are associated to a specific field.FieldQueryNode AFieldQueryNoderepresents a element that contains field/text tupleFieldValuePairQueryNode This interface should be implemented byQueryNodethat holds a field and an arbitrary value.ModifierQueryNode AModifierQueryNodeindicates the modifier value (+,-,?,NONE) for each term on the query string.ModifierQueryNode.Modifier ParametricQueryNode Deprecated.this class will be removed in future.QueryNode AQueryNodeis a interface implemented by all nodes on a QueryNode tree.QueryNodeImpl AQueryNodeImplis the default implementation of the interfaceQueryNodeRangeQueryNode This interface should be implemented by aQueryNodethat represents some kind of range query.TextableQueryNode ValueQueryNode This interface should be implemented by aQueryNodethat 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 AQueryNodeis 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 AQueryNodeis a interface implemented by all nodes on a QueryNode tree.