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

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

공개 프로퍼티들

프로퍼티 타입 설명
MUST Occur
MUST_NOT Occur
SHOULD Occur

공개 메소드들

메소드 설명
ToString ( ) : System.String

비공개 메소드들

메소드 설명
Occur ( System name ) : System

메소드 상세

ToString() 공개 메소드

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

프로퍼티 상세

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

Use this operator for clauses that must appear in the matching documents.
public static Occur,Lucene.Net.Search MUST
리턴 Occur

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

Use this operator for clauses that must not appear in the matching documents. Note that it is not possible to search for queries that only consist of a MUST_NOT clause.
public static Occur,Lucene.Net.Search MUST_NOT
리턴 Occur

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

Use this operator for clauses that should appear in the matching documents. For a BooleanQuery with no MUST clauses one or more SHOULD clauses must match a document for the BooleanQuery to match.
public static Occur,Lucene.Net.Search SHOULD
리턴 Occur