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

java.lang.Object
  上位を拡張 org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
      上位を拡張 org.apache.lucene.queryParser.core.nodes.GroupQueryNode
          上位を拡張 org.aminds.lucene.queryParser.span.nodes.WithinDistanceQueryNode
すべての実装されたインタフェース:
Serializable, Cloneable, QueryNode

public class WithinDistanceQueryNode
extends GroupQueryNode

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

フィールドの概要
 
クラス org.apache.lucene.queryParser.core.nodes.QueryNodeImpl から継承されたフィールド
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
 
コンストラクタの概要
WithinDistanceQueryNode(QueryNode query, int distance, boolean inorder)
           
 
メソッドの概要
 QueryNode cloneTree()
           
 int getDistance()
           
 boolean isInOrder()
           
 CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)
           
 String toString()
           
 
クラス org.apache.lucene.queryParser.core.nodes.GroupQueryNode から継承されたメソッド
getChild, setChild
 
クラス 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
 

コンストラクタの詳細

WithinDistanceQueryNode

public WithinDistanceQueryNode(QueryNode query,
                               int distance,
                               boolean inorder)
メソッドの詳細

toString

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

toQueryString

public CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)
定義:
インタフェース QueryNode 内の toQueryString
オーバーライド:
クラス GroupQueryNode 内の toQueryString

cloneTree

public QueryNode cloneTree()
                    throws CloneNotSupportedException
定義:
インタフェース QueryNode 内の cloneTree
オーバーライド:
クラス GroupQueryNode 内の cloneTree
例外:
CloneNotSupportedException

getDistance

public int getDistance()

isInOrder

public boolean isInOrder()


Copyright (c) 2008-2011 Masashi Nakanishi.