C# 클래스 Lucene.Net.Search.MultiPhraseQuery

상속: Query
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Lucene.Net.Index.Term term ) : void

Add a single term at the next position in the phrase.

Add ( Lucene.Net.Index.Term terms, int position ) : void

Allows to specify the relative position of terms within the phrase.

CreateWeight ( Searcher searcher ) : Weight
Equals ( System o ) : bool

Returns true if o is equal to this.

ExtractTerms ( System terms ) : void
GetHashCode ( ) : int

Returns a hash code value for this object.

GetPositions ( ) : int[]

Returns the relative positions of terms in this phrase.

Rewrite ( Lucene.Net.Index.IndexReader reader ) : Query
TermEquals ( System array1, System array2 ) : bool
ToString ( System f ) : System.String

Prints a user-readable version of this query.

비공개 메소드들

메소드 설명
ArraysHashCode ( Lucene.Net.Index.Term termArray ) : int
GetTermArrays ( ) : System.Collections.Generic.IList
TermArraysEquals ( System termArrays1, System termArrays2 ) : bool
TermArraysHashCode ( ) : int

메소드 상세

Add() 공개 메소드

Add a single term at the next position in the phrase.
public Add ( Lucene.Net.Index.Term term ) : void
term Lucene.Net.Index.Term
리턴 void

Add() 공개 메소드

Allows to specify the relative position of terms within the phrase.
public Add ( Lucene.Net.Index.Term terms, int position ) : void
terms Lucene.Net.Index.Term ///
position int ///
리턴 void

CreateWeight() 공개 메소드

public CreateWeight ( Searcher searcher ) : Weight
searcher Searcher
리턴 Weight

Equals() 공개 메소드

Returns true if o is equal to this.
public Equals ( System o ) : bool
o System
리턴 bool

ExtractTerms() 공개 메소드

public ExtractTerms ( System terms ) : void
terms System
리턴 void

GetHashCode() 공개 메소드

Returns a hash code value for this object.
public GetHashCode ( ) : int
리턴 int

GetPositions() 공개 메소드

Returns the relative positions of terms in this phrase.
public GetPositions ( ) : int[]
리턴 int[]

Rewrite() 공개 메소드

public Rewrite ( Lucene.Net.Index.IndexReader reader ) : Query
reader Lucene.Net.Index.IndexReader
리턴 Query

TermEquals() 공개 정적인 메소드

public static TermEquals ( System array1, System array2 ) : bool
array1 System
array2 System
리턴 bool

ToString() 공개 메소드

Prints a user-readable version of this query.
public ToString ( System f ) : System.String
f System
리턴 System.String