Package | Description |
---|---|
org.apache.lucene.queryParser.core |
Contains the core classes of the flexible query parser framework
|
org.apache.lucene.queryParser.standard.parser |
Lucene Query Parser
|
Modifier and Type | Method | Description |
---|---|---|
SyntaxParser |
QueryParserHelper.getSyntaxParser() |
Returns the text parser used to build a query node tree from a query
string.
|
Modifier and Type | Method | Description |
---|---|---|
void |
QueryParserHelper.setSyntaxParser(SyntaxParser syntaxParser) |
Sets the text parser that will be used to parse the query string, it cannot
be
null . |
Constructor | Description |
---|---|
QueryParserHelper(QueryConfigHandler queryConfigHandler,
SyntaxParser syntaxParser,
QueryNodeProcessor processor,
QueryBuilder builder) |
Creates a query parser helper object using the specified configuration,
text parser, processor and builder.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StandardSyntaxParser |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.