Uses of Class
org.apache.lucene.queryparser.classic.QueryParser.Operator

Packages that use QueryParser.Operator
org.apache.lucene.queryparser.classic A simple query parser implemented with JavaCC. 
 

Uses of QueryParser.Operator in org.apache.lucene.queryparser.classic
 

Fields in org.apache.lucene.queryparser.classic declared as QueryParser.Operator
static QueryParser.Operator QueryParserBase.AND_OPERATOR
          Alternative form of QueryParser.Operator.AND
static QueryParser.Operator QueryParserBase.OR_OPERATOR
          Alternative form of QueryParser.Operator.OR
 

Methods in org.apache.lucene.queryparser.classic that return QueryParser.Operator
 QueryParser.Operator QueryParserBase.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.lucene.queryparser.classic with parameters of type QueryParser.Operator
 void QueryParserBase.setDefaultOperator(QueryParser.Operator op)
          Sets the boolean operator of the QueryParser.
 



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