Uses of Class
org.apache.lucene.queryParser.standard.QueryParserWrapper.Operator

Packages that use QueryParserWrapper.Operator
org.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworks 
 

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

Fields in org.apache.lucene.queryParser.standard declared as QueryParserWrapper.Operator
static QueryParserWrapper.Operator QueryParserWrapper.Operator.AND
           
static QueryParserWrapper.Operator QueryParserWrapper.AND_OPERATOR
          Deprecated. Alternative form of QueryParser.Operator.AND
static QueryParserWrapper.Operator QueryParserWrapper.Operator.OR
           
static QueryParserWrapper.Operator QueryParserWrapper.OR_OPERATOR
          Deprecated. Alternative form of QueryParser.Operator.OR
 

Methods in org.apache.lucene.queryParser.standard that return QueryParserWrapper.Operator
 QueryParserWrapper.Operator QueryParserWrapper.getDefaultOperator()
          Deprecated.  
 

Methods in org.apache.lucene.queryParser.standard with parameters of type QueryParserWrapper.Operator
 void QueryParserWrapper.setDefaultOperator(QueryParserWrapper.Operator op)
          Deprecated.  
 



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