Uses of Class
org.apache.solr.parser.QueryParser.Operator

Packages that use QueryParser.Operator
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 
 

Uses of QueryParser.Operator in org.apache.solr.parser
 

Fields in org.apache.solr.parser declared as QueryParser.Operator
static QueryParser.Operator SolrQueryParserBase.AND_OPERATOR
          Alternative form of QueryParser.Operator.AND
static QueryParser.Operator SolrQueryParserBase.OR_OPERATOR
          Alternative form of QueryParser.Operator.OR
 

Methods in org.apache.solr.parser that return QueryParser.Operator
 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.
 

Methods in org.apache.solr.parser with parameters of type QueryParser.Operator
 void SolrQueryParserBase.setDefaultOperator(QueryParser.Operator op)
          Sets the boolean operator of the QueryParser.
 

Uses of QueryParser.Operator in org.apache.solr.search
 

Methods in org.apache.solr.search that return QueryParser.Operator
static QueryParser.Operator QueryParsing.getQueryParserDefaultOperator(IndexSchema sch, String override)
          Returns the "preferred" default operator for use by Query Parsers, based on the settings in the IndexSchema which may be overridden using an optional String override value.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.