Class StandardBooleanQueryNode

All Implemented Interfaces:
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:
  • Constructor Details

    • StandardBooleanQueryNode

      public StandardBooleanQueryNode(List<QueryNode> clauses, boolean disableCoord)
  • Method Details

    • isDisableCoord

      public boolean isDisableCoord()