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

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

보호된 프로퍼티들

프로퍼티 타입 설명
internalFilter Filter

공개 메소드들

메소드 설명
Clone ( ) : Object
ConstantScoreQuery ( Filter filter ) : System
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.

Rewrite ( IndexReader reader ) : Query
ToString ( System field ) : System.String

Prints a user-readable version of this query.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 System.Object

ConstantScoreQuery() 공개 메소드

public ConstantScoreQuery ( Filter filter ) : System
filter Filter
리턴 System

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

Rewrite() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

internalFilter 보호되어 있는 프로퍼티

protected Filter,Lucene.Net.Search internalFilter
리턴 Filter