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

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

공개 메소드들

메소드 설명
BooleanClause ( Query query, Occur occur ) : System

Constructs a BooleanClause.

Equals ( System o ) : bool

Returns true if o is equal to this.

GetHashCode ( ) : int

Returns a hash code value for this object.

ToString ( ) : System.String

메소드 상세

BooleanClause() 공개 메소드

Constructs a BooleanClause.
public BooleanClause ( Query query, Occur occur ) : System
query Query
occur Occur
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String