Package | Description |
---|---|
org.apache.solr.parser |
Solr native variant of the Lucene Classic QueryParser
|
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
Modifier and Type | Field and Description |
---|---|
static QueryParser.Operator |
SolrQueryParserBase.AND_OPERATOR
Alternative form of QueryParser.Operator.AND
|
protected QueryParser.Operator |
SolrQueryParserBase.operator
The default operator that parser uses to combine query terms
|
static QueryParser.Operator |
SolrQueryParserBase.OR_OPERATOR
Alternative form of QueryParser.Operator.OR
|
Modifier and Type | Method and Description |
---|---|
QueryParser.Operator |
SolrQueryParserBase.getDefaultOperator()
Gets implicit operator setting, which will be either AND_OPERATOR
or OR_OPERATOR.
|
static QueryParser.Operator |
QueryParser.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParser.Operator[] |
QueryParser.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SolrQueryParserBase.setDefaultOperator(QueryParser.Operator op)
Sets the boolean operator of the QueryParser.
|
Modifier and Type | Method and Description |
---|---|
static QueryParser.Operator |
QueryParsing.parseOP(String operator)
Parses default operator string into Operator object
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.