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, toQueryString
add, add, allocate, clone, containsTag, getChildren, getParent, getTag, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, unsetTag
public RangeQueryNode(ParametricQueryNode lower, ParametricQueryNode upper, Collator collator)
lower
- upper
- public String toString()
QueryNodeImpl
toString
in interface QueryNode
toString
in class ParametricRangeQueryNode
QueryNode.toString()
public Collator getCollator()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.