| Package | Description |
|---|---|
| org.apache.lucene.queryParser.core |
Contains the core classes of the flexible query parser framework
|
| 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.standard.nodes |
Standard Lucene Query Nodes
|
| org.apache.lucene.queryParser.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 |
| 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 |
| SyntaxParser
A parser needs to implement
SyntaxParser interface |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.