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 with parameters of type DefaultOperatorAttribute.Operator
 void StandardQueryParser.setDefaultOperator(DefaultOperatorAttribute.Operator operator)
          Deprecated.  
 

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 DefaultOperatorAttributeImpl.getOperator()
          Deprecated.  
 DefaultOperatorAttribute.Operator DefaultOperatorAttribute.getOperator()
          Deprecated.  
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 are declared.
 

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



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