Uses of Class org.apache.lucene.queryParser.QueryParser.Operator

Uses in package org.apache.lucene.queryParser

Fields of type org.apache.lucene.queryParser.QueryParser.Operator

QueryParser.Operator
QueryParser.Operator
Alternative form of QueryParser.Operator.AND
QueryParser.Operator
QueryParser.Operator
Alternative form of QueryParser.Operator.OR

Methods with parameter type org.apache.lucene.queryParser.QueryParser.Operator

void
Sets the boolean operator of the QueryParser.

Methods with return type org.apache.lucene.queryParser.QueryParser.Operator

QueryParser.Operator
Gets implicit operator setting, which will be either AND_OPERATOR or OR_OPERATOR.

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