public static final class JsonQueryConfigHandler.ConfigurationKeys extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey<org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.Operator> |
DEFAULT_OPERATOR
Key used to set the default boolean operator
|
static org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey<KeywordQueryParser> |
KEYWORD_PARSER
Key used to set the
KeywordQueryParser used for boolean clause
found in the query |
static org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey<Properties> |
QNAMES
Key used to set the qnames mapping
|
Constructor and Description |
---|
JsonQueryConfigHandler.ConfigurationKeys() |
public static final org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey<KeywordQueryParser> KEYWORD_PARSER
KeywordQueryParser
used for boolean clause
found in the queryJsonQueryParser#setKeywordParser(KeywordQueryParser)
,
JsonQueryParser#getKeywordParser()
public static final org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey<org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.Operator> DEFAULT_OPERATOR
public static final org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey<Properties> QNAMES
QNamesProcessor
Copyright © 2014. All rights reserved.