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