public class TermRangeQueryNode extends AbstractRangeQueryNode<FieldQueryNode>
FieldQueryNode
 bounds, which means the bound values are strings.FieldQueryNode, 
AbstractRangeQueryNodePLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields| Constructor and 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, toQueryString, toStringadd, add, allocate, clone, cloneTree, containsTag, getChildren, getParent, getTag, getTagMap, isDefaultField, isLeaf, isRoot, removeChildren, removeFromParent, set, setLeaf, setTag, unsetTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, cloneTree, containsTag, getChildren, getParent, getTag, getTagMap, isLeaf, removeChildren, removeFromParent, set, setTag, 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.