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.ParametricQueryNode から継承された入れ子のクラス/インタフェース
ParametricQueryNode.CompareOperator
 
フィールドの概要
 
クラス org.apache.lucene.queryParser.core.nodes.FieldQueryNode から継承されたフィールド
begin, end, field, positionIncrement, text
 
クラス org.apache.lucene.queryParser.core.nodes.QueryNodeImpl から継承されたフィールド
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
 
コンストラクタの概要
UnboundedParametricQueryNode(CharSequence field, ParametricQueryNode.CompareOperator comp, int begin, int end)
           
 
メソッドの概要
 CharSequence getOperand()
           
 String getTextAsString()
           
 void setText(CharSequence text)
           
 CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)
           
 
クラス org.apache.lucene.queryParser.core.nodes.ParametricQueryNode から継承されたメソッド
cloneTree, getOperator, toString
 
クラス 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
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース 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.