| Package | Description |
|---|---|
| org.apache.lucene.queryParser.core.builders |
Contains the necessary classes to implement query builders
|
| org.apache.lucene.queryParser.core.nodes |
Contains query nodes that are commonly used by query parser implementations
|
| org.apache.lucene.queryParser.core.parser |
Contains the necessary interfaces to implement text parsers
|
| org.apache.lucene.queryParser.core.processors |
Interfaces and implementations used by query node processors
|
| org.apache.lucene.queryParser.core.util |
Utility classes to used with the Query Parser
|
| org.apache.lucene.queryParser.standard.builders |
Standard Lucene Query Node Builders
|
| org.apache.lucene.queryParser.standard.nodes |
Standard Lucene Query Nodes
|
| org.apache.lucene.queryParser.standard.parser |
Lucene Query Parser
|
| org.apache.lucene.queryParser.standard.processors |
Lucene Query Node Processors
|
| Class and Description |
|---|
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| Class and Description |
|---|
| AndQueryNode
A
AndQueryNode represents an AND boolean operation performed on a
list of nodes. |
| BooleanQueryNode
A
BooleanQueryNode represents a list of elements which do not have an
explicit boolean operator defined between them. |
| DeletedQueryNode
A
DeletedQueryNode represents a node that was deleted from the query
node tree. |
| FieldableNode
A query node implements
FieldableNode interface to indicate that its
children and itself are associated to a specific field. |
| FieldQueryNode
A
FieldQueryNode represents a element that contains field/text tuple |
| FuzzyQueryNode
A
FuzzyQueryNode represents a element that contains
field/text/similarity tuple |
| MatchAllDocsQueryNode
A
MatchAllDocsQueryNode indicates that a query node tree or subtree
will match all documents if executed in the index. |
| ModifierQueryNode.Modifier |
| ParametricQueryNode
A
ParametricQueryNode represents LE, LT, GE, GT, EQ, NE query. |
| ParametricQueryNode.CompareOperator |
| ParametricRangeQueryNode
A
ParametricRangeQueryNode represents LE, LT, GE, GT, EQ, NE query. |
| PathQueryNode.QueryText |
| ProximityQueryNode.Type |
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| QueryNodeImpl
A
QueryNodeImpl is the default implementation of the interface
QueryNode |
| QuotedFieldQueryNode
A
QuotedFieldQueryNode represents phrase query. |
| TextableQueryNode |
| Class and Description |
|---|
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| Class and Description |
|---|
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| Class and Description |
|---|
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| Class and Description |
|---|
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| Class and Description |
|---|
| BooleanQueryNode
A
BooleanQueryNode represents a list of elements which do not have an
explicit boolean operator defined between them. |
| FieldableNode
A query node implements
FieldableNode interface to indicate that its
children and itself are associated to a specific field. |
| FieldQueryNode
A
FieldQueryNode represents a element that contains field/text tuple |
| ModifierQueryNode
A
ModifierQueryNode indicates the modifier value (+,-,?,NONE) for
each term on the query string. |
| ModifierQueryNode.Modifier |
| ParametricQueryNode
A
ParametricQueryNode represents LE, LT, GE, GT, EQ, NE query. |
| ParametricRangeQueryNode
A
ParametricRangeQueryNode represents LE, LT, GE, GT, EQ, NE query. |
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| QueryNodeImpl
A
QueryNodeImpl is the default implementation of the interface
QueryNode |
| TextableQueryNode |
| Class and Description |
|---|
| ModifierQueryNode.Modifier |
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
| Class and Description |
|---|
| QueryNode
A
QueryNode is a interface implemented by all nodes on a QueryNode
tree. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.