public class NodeNumericQueryNode
extends org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
This class is the same as NumericQueryNode
, apart that it discards
the NumberFormat
argument in toString()
.
Constructor and Description |
---|
NodeNumericQueryNode(CharSequence field,
Number value) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getField, getNumberFormat, getTermEscaped, getValue, setField, setNumberFormat, setValue, toQueryString
add, add, allocate, clone, cloneTree, containsTag, getChildren, getParent, getTag, getTagMap, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, unsetTag
public NodeNumericQueryNode(CharSequence field, Number value)
public String toString()
toString
in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
toString
in class org.apache.lucene.queryparser.flexible.standard.nodes.NumericQueryNode
Copyright © 2014. All rights reserved.