|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SyntaxParser | |
|---|---|
| org.apache.lucene.queryparser.flexible.core | Core classes of the flexible query parser framework. |
| org.apache.lucene.queryparser.flexible.standard.parser | Lucene Query Parser. |
| Uses of SyntaxParser in org.apache.lucene.queryparser.flexible.core |
|---|
| Methods in org.apache.lucene.queryparser.flexible.core that return SyntaxParser | |
|---|---|
SyntaxParser |
QueryParserHelper.getSyntaxParser()
Returns the text parser used to build a query node tree from a query string. |
| Methods in org.apache.lucene.queryparser.flexible.core with parameters of type SyntaxParser | |
|---|---|
void |
QueryParserHelper.setSyntaxParser(SyntaxParser syntaxParser)
Sets the text parser that will be used to parse the query string, it cannot be null. |
| Constructors in org.apache.lucene.queryparser.flexible.core with parameters of type SyntaxParser | |
|---|---|
QueryParserHelper(QueryConfigHandler queryConfigHandler,
SyntaxParser syntaxParser,
QueryNodeProcessor processor,
QueryBuilder builder)
Creates a query parser helper object using the specified configuration, text parser, processor and builder. |
|
| Uses of SyntaxParser in org.apache.lucene.queryparser.flexible.standard.parser |
|---|
| Classes in org.apache.lucene.queryparser.flexible.standard.parser that implement SyntaxParser | |
|---|---|
class |
StandardSyntaxParser
Parser for the standard Lucene syntax |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||