public class RangeQueryNode extends ParametricRangeQueryNode
ParametricRangeQueryNodeProcessor,
RangeCollatorAttribute,
RangeQuery,
Serialized FormPLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields| Constructor and Description |
|---|
RangeQueryNode(ParametricQueryNode lower,
ParametricQueryNode upper,
Collator collator) |
| Modifier and Type | Method and Description |
|---|---|
Collator |
getCollator() |
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, Collator collator)
lower - upper - public String toString()
QueryNodeImpltoString in interface QueryNodetoString in class ParametricRangeQueryNodeQueryNode.toString()public Collator getCollator()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.