public class StandardBooleanQueryNode extends BooleanQueryNode
StandardBooleanQueryNode has the same behavior as
BooleanQueryNode. It only indicates if the coord should be enabled or
not for this boolean query.Similarity.coord(int, int),
BooleanQuery| Modifier and Type | Field and Description |
|---|---|
private boolean |
disableCoord |
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields| Constructor and Description |
|---|
StandardBooleanQueryNode(java.util.List<QueryNode> clauses,
boolean disableCoord) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisableCoord() |
cloneTree, toQueryString, toStringadd, add, allocate, clone, containsTag, getChildren, getParent, getTag, getTagMap, isDefaultField, isLeaf, isRoot, removeChildren, removeFromParent, set, setLeaf, setTag, unsetTagpublic StandardBooleanQueryNode(java.util.List<QueryNode> clauses, boolean disableCoord)