org.apache.lucene.queryParser.standard.nodes
Class StandardBooleanQueryNode

java.lang.Object
  extended by org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
      extended by org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
          extended by org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode
All Implemented Interfaces:
Serializable, Cloneable, QueryNode

public class StandardBooleanQueryNode
extends BooleanQueryNode

A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. It only indicates if the coord should be enabled or not for this boolean query.

See Also:
Similarity.coord(int, int), BooleanQuery, Serialized Form

Field Summary
 
Fields inherited from class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
 
Constructor Summary
StandardBooleanQueryNode(List<QueryNode> clauses, boolean disableCoord)
           
 
Method Summary
 boolean isDisableCoord()
           
 
Methods inherited from class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
cloneTree, toQueryString, toString
 
Methods inherited from class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
add, add, allocate, clone, containsTag, getChildren, getParent, getTag, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, unsetTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardBooleanQueryNode

public StandardBooleanQueryNode(List<QueryNode> clauses,
                                boolean disableCoord)
Parameters:
clauses -
Method Detail

isDisableCoord

public boolean isDisableCoord()


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