public class RangeQueryNode extends ParametricRangeQueryNode
ParametricRangeQueryNodeProcessor,
RangeCollatorAttribute,
RangeQuery,
Serialized FormPLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields| Constructor and Description |
|---|
RangeQueryNode(ParametricQueryNode lower,
ParametricQueryNode upper,
java.text.Collator collator) |
| Modifier and Type | Method and Description |
|---|---|
java.text.Collator |
getCollator() |
java.lang.String |
toString()
Every implementation of this class should return pseudo xml like this:
For FieldQueryNode:
|
cloneTree, getField, getLowerBound, getUpperBound, setField, toQueryStringadd, add, allocate, clone, containsTag, getChildren, getParent, getTag, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, unsetTagpublic RangeQueryNode(ParametricQueryNode lower, ParametricQueryNode upper, java.text.Collator collator)
lower - upper - public java.lang.String toString()
QueryNodeImpltoString in interface QueryNodetoString in class ParametricRangeQueryNodeQueryNode.toString()public java.text.Collator getCollator()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.