| Package | Description |
|---|---|
| org.apache.lucene.queryparser.flexible.core |
Core classes of the flexible query parser framework.
|
| org.apache.lucene.queryparser.flexible.core.nodes |
Query nodes commonly used by query parser implementations.
|
| org.apache.lucene.queryparser.flexible.core.parser |
Necessary interfaces to implement text parsers.
|
| org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
| org.apache.lucene.queryparser.flexible.standard.parser |
Lucene Query Parser
|
| Class and Description |
|---|
| SyntaxParser
A parser needs to implement
SyntaxParser interface |
| Class and Description |
|---|
| EscapeQuerySyntax
A parser needs to implement
EscapeQuerySyntax to allow the QueryNode
to escape the queries, when the toQueryString method is called. |
| Class and Description |
|---|
| EscapeQuerySyntax.Type
Type of escaping: String for escaping syntax,
NORMAL for escaping reserved words (like AND) in terms
|
| Class and Description |
|---|
| EscapeQuerySyntax
A parser needs to implement
EscapeQuerySyntax to allow the QueryNode
to escape the queries, when the toQueryString method is called. |
| Class and Description |
|---|
| EscapeQuerySyntax
A parser needs to implement
EscapeQuerySyntax to allow the QueryNode
to escape the queries, when the toQueryString method is called. |
| EscapeQuerySyntax.Type
Type of escaping: String for escaping syntax,
NORMAL for escaping reserved words (like AND) in terms
|
| SyntaxParser
A parser needs to implement
SyntaxParser interface |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.