org.aminds.lucene.queryParser.span.nodes
クラス SpanLeafQueryNode

java.lang.Object
  上位を拡張 org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
      上位を拡張 org.aminds.lucene.queryParser.span.nodes.SpanQueryNode
          上位を拡張 org.aminds.lucene.queryParser.span.nodes.SpanLeafQueryNode
すべての実装されたインタフェース:
Serializable, Cloneable, QueryNode
直系の既知のサブクラス:
SpanMultiTermQueryNode, SpanTermQueryNode

public abstract class SpanLeafQueryNode
extends SpanQueryNode

作成者:
Masashi Nakanishi
関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.lucene.queryParser.core.nodes.QueryNodeImpl から継承されたフィールド
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
 
コンストラクタの概要
protected SpanLeafQueryNode(QueryNode child)
           
 
メソッドの概要
 QueryNode getChild()
           
 void setChild(QueryNode child)
           
 CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)
           
 String toString()
           
 
クラス org.aminds.lucene.queryParser.span.nodes.SpanQueryNode から継承されたメソッド
cloneTree, isSpanLeaf, setSpanLeaf
 
クラス 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
 

コンストラクタの詳細

SpanLeafQueryNode

protected SpanLeafQueryNode(QueryNode child)
メソッドの詳細

getChild

public QueryNode getChild()

setChild

public void setChild(QueryNode child)

toString

public String toString()
定義:
インタフェース QueryNode 内の toString
オーバーライド:
クラス QueryNodeImpl 内の toString

toQueryString

public CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)


Copyright (c) 2008-2011 Masashi Nakanishi.