Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core |
Core classes of the flexible query parser framework.
|
org.apache.lucene.queryparser.flexible.standard.parser |
Lucene Query Parser
|
Modifier and Type | Method and Description |
---|---|
SyntaxParser |
QueryParserHelper.getSyntaxParser()
Returns the text parser used to build a query node tree from a query
string.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryParserHelper.setSyntaxParser(SyntaxParser syntaxParser)
Sets the text parser that will be used to parse the query string, it cannot
be
null . |
Constructor and 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 and Description |
---|---|
class |
StandardSyntaxParser
Parser for the standard Lucene syntax
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.