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

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

public class SpanNearQueryNode
extends SpanQueryNode

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

フィールドの概要
 
クラス org.apache.lucene.queryParser.core.nodes.QueryNodeImpl から継承されたフィールド
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
 
コンストラクタの概要
SpanNearQueryNode(List<SpanQueryNode> clauses, int slop, boolean inorder)
           
 
メソッドの概要
 QueryNode cloneTree()
           
 int getSlop()
           
 boolean isInOrder()
           
 CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)
           
 String toString()
           
 
クラス org.aminds.lucene.queryParser.span.nodes.SpanQueryNode から継承されたメソッド
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
 

コンストラクタの詳細

SpanNearQueryNode

public SpanNearQueryNode(List<SpanQueryNode> clauses,
                         int slop,
                         boolean inorder)
メソッドの詳細

toString

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

toQueryString

public CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)

cloneTree

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

getSlop

public int getSlop()

isInOrder

public boolean isInOrder()


Copyright (c) 2008-2011 Masashi Nakanishi.