org.apache.lucene.queryParser

Class QueryParser.Operator

public static final class QueryParser.Operator extends Parameter

The default operator for parsing queries. Use QueryParser to change it.
Field Summary
static QueryParser.OperatorAND
static QueryParser.OperatorOR

Field Detail

AND

public static final QueryParser.Operator AND

OR

public static final QueryParser.Operator OR
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.