org.aminds.lucene.queryParser.range.nodes
クラス UnboundedParametricQueryNode
java.lang.Object
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
org.apache.lucene.queryParser.core.nodes.FieldQueryNode
org.apache.lucene.queryParser.core.nodes.ParametricQueryNode
org.aminds.lucene.queryParser.range.nodes.UnboundedParametricQueryNode
- すべての実装されたインタフェース:
- Serializable, Cloneable, FieldableNode, QueryNode, TextableQueryNode
public class UnboundedParametricQueryNode
- extends ParametricQueryNode
- 作成者:
- Masashi Nakanishi
- 関連項目:
- 直列化された形式
| クラス org.apache.lucene.queryParser.core.nodes.FieldQueryNode から継承されたメソッド |
getBegin, getEnd, getField, getFieldAsString, getPositionIncrement, getTermEscaped, getTermEscapeQuoted, getText, setBegin, setEnd, setField, setPositionIncrement |
| クラス org.apache.lucene.queryParser.core.nodes.QueryNodeImpl から継承されたメソッド |
add, add, allocate, clone, containsTag, containsTag, getChildren, getParent, getTag, getTag, getTagMap, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, setTag, unsetTag, unsetTag |
| インタフェース org.apache.lucene.queryParser.core.nodes.QueryNode から継承されたメソッド |
add, add, containsTag, containsTag, getChildren, getParent, getTag, getTag, getTagMap, getTags, isLeaf, set, setTag, setTag, unsetTag, unsetTag |
UnboundedParametricQueryNode
public UnboundedParametricQueryNode(CharSequence field,
ParametricQueryNode.CompareOperator comp,
int begin,
int end)
getOperand
public CharSequence getOperand()
- オーバーライド:
- クラス
ParametricQueryNode 内の getOperand
toQueryString
public CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)
- 定義:
- インタフェース
QueryNode 内の toQueryString - オーバーライド:
- クラス
ParametricQueryNode 内の toQueryString
setText
public void setText(CharSequence text)
- 定義:
- インタフェース
TextableQueryNode 内の setText - オーバーライド:
- クラス
FieldQueryNode 内の setText
getTextAsString
public String getTextAsString()
- オーバーライド:
- クラス
FieldQueryNode 内の getTextAsString
Copyright (c) 2008-2011 Masashi Nakanishi.