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

Packages that use DefaultOperatorAttribute.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 DefaultOperatorAttribute.Operator in org.apache.lucene.queryParser.standard
 

Methods in org.apache.lucene.queryParser.standard that return DefaultOperatorAttribute.Operator
 DefaultOperatorAttribute.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 DefaultOperatorAttribute.Operator
 void StandardQueryParser.setDefaultOperator(DefaultOperatorAttribute.Operator operator)
          Sets the boolean operator of the QueryParser.
 

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

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

Methods in org.apache.lucene.queryParser.standard.config with parameters of type DefaultOperatorAttribute.Operator
 void DefaultOperatorAttribute.setOperator(DefaultOperatorAttribute.Operator operator)
           
 void DefaultOperatorAttributeImpl.setOperator(DefaultOperatorAttribute.Operator operator)
           
 



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