Serializable, Cloneable, FieldableNode, QueryNode, RangeQueryNode<FieldValuePairQueryNode<?>>RangeQueryNodepublic class TermRangeQueryNode extends AbstractRangeQueryNode<FieldQueryNode>
FieldQueryNode
bounds, which means the bound values are strings.FieldQueryNode,
AbstractRangeQueryNode,
Serialized FormPLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields| Constructor | Description |
|---|---|
TermRangeQueryNode(FieldQueryNode lower,
FieldQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive) |
Constructs a
TermRangeQueryNode object using the given
FieldQueryNode as its bounds. |
getField, getLowerBound, getUpperBound, isLowerInclusive, isUpperInclusive, setBounds, setField, toQueryStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, cloneTree, containsTag, containsTag, getChildren, getParent, getTag, getTag, getTagMap, getTags, isLeaf, set, setTag, setTag, toString, unsetTag, unsetTagadd, add, allocate, clone, cloneTree, containsTag, containsTag, getChildren, getParent, getTag, getTag, getTagMap, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, setTag, toString, unsetTag, unsetTagpublic TermRangeQueryNode(FieldQueryNode lower, FieldQueryNode upper, boolean lowerInclusive, boolean upperInclusive)
TermRangeQueryNode object using the given
FieldQueryNode as its bounds.lower - the lower boundupper - the upper boundlowerInclusive - true if the lower bound is inclusive, otherwise,
falseupperInclusive - true if the upper bound is inclusive, otherwise,
falseCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.