Uses of Class
org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler.Operator

Packages that use StandardQueryConfigHandler.Operator
org.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworks 
org.apache.lucene.queryParser.standard.config Standard Lucene Query Configuration 
 

Uses of StandardQueryConfigHandler.Operator in org.apache.lucene.queryParser.standard
 

Methods in org.apache.lucene.queryParser.standard that return StandardQueryConfigHandler.Operator
 StandardQueryConfigHandler.Operator StandardQueryParser.getDefaultOperator()
          Gets implicit operator setting, which will be either AND or OR.
 

Methods in org.apache.lucene.queryParser.standard with parameters of type StandardQueryConfigHandler.Operator
 void StandardQueryParser.setDefaultOperator(StandardQueryConfigHandler.Operator operator)
          Sets the boolean operator of the QueryParser.
 

Uses of StandardQueryConfigHandler.Operator in org.apache.lucene.queryParser.standard.config
 

Fields in org.apache.lucene.queryParser.standard.config with type parameters of type StandardQueryConfigHandler.Operator
static ConfigurationKey<StandardQueryConfigHandler.Operator> StandardQueryConfigHandler.ConfigurationKeys.DEFAULT_OPERATOR
          Key used to set the default boolean operator
 

Methods in org.apache.lucene.queryParser.standard.config that return StandardQueryConfigHandler.Operator
static StandardQueryConfigHandler.Operator StandardQueryConfigHandler.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardQueryConfigHandler.Operator[] StandardQueryConfigHandler.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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