C# 클래스 Lucene.Net.QueryParsers.Surround.Query.SrndQuery

Lowest level base class for surround queries
상속: ICloneable
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TheEmptyLcnQuery Search.Query

공개 메소드들

메소드 설명
Clone ( ) : object

Shallow clone. Subclasses must override this if they need to clone any members deeply,

Equals ( object obj ) : bool

For subclasses of SrndQuery within the namespace Lucene.Net.QueryParsers.Surround.Query it is not necessary to override this method, ToString()

GetHashCode ( ) : int

For subclasses of SrndQuery within the namespace Lucene.Net.QueryParsers.Surround.Query it is not necessary to override this method, ToString()

MakeLuceneQueryField ( string fieldName, BasicQueryFactory qf ) : Search.Query
MakeLuceneQueryFieldNoBoost ( string fieldName, BasicQueryFactory qf ) : Search.Query
ToString ( ) : string

This method is used by GetHashCode() and Equals(Object), see LUCENE-2945.

보호된 메소드들

메소드 설명
WeightToString ( StringBuilder r ) : void

메소드 상세

Clone() 공개 메소드

Shallow clone. Subclasses must override this if they need to clone any members deeply,
public Clone ( ) : object
리턴 object

Equals() 공개 메소드

For subclasses of SrndQuery within the namespace Lucene.Net.QueryParsers.Surround.Query it is not necessary to override this method, ToString()
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

For subclasses of SrndQuery within the namespace Lucene.Net.QueryParsers.Surround.Query it is not necessary to override this method, ToString()
public GetHashCode ( ) : int
리턴 int

MakeLuceneQueryField() 공개 메소드

public MakeLuceneQueryField ( string fieldName, BasicQueryFactory qf ) : Search.Query
fieldName string
qf BasicQueryFactory
리턴 Search.Query

MakeLuceneQueryFieldNoBoost() 공개 추상적인 메소드

public abstract MakeLuceneQueryFieldNoBoost ( string fieldName, BasicQueryFactory qf ) : Search.Query
fieldName string
qf BasicQueryFactory
리턴 Search.Query

ToString() 공개 추상적인 메소드

This method is used by GetHashCode() and Equals(Object), see LUCENE-2945.
public abstract ToString ( ) : string
리턴 string

WeightToString() 보호된 메소드

protected WeightToString ( StringBuilder r ) : void
r StringBuilder
리턴 void

프로퍼티 상세

TheEmptyLcnQuery 공개적으로 정적으로 프로퍼티

An empty Lucene query
public static Search.Query TheEmptyLcnQuery
리턴 Search.Query