C# 클래스 Couchbase.Search.Queries.Compound.BooleanQuery

A combination of conjunction and disjunction queries.
상속: FtsQueryBase
파일 보기 프로젝트 열기: couchbase/couchbase-net-client 1 사용 예제들

공개 메소드들

메소드 설명
Export ( ) : Newtonsoft.Json.Linq.JObject
Must ( ) : BooleanQuery

Result documents must satisfy these queries.

MustNot ( ) : BooleanQuery

Result documents must not satisfy these queries.

Should ( ) : BooleanQuery

Result documents should satisfy these queries..

ShouldMin ( int min ) : BooleanQuery

If a hit satisfies at least min queries in the should be boosted by this amount.

메소드 상세

Export() 공개 메소드

public Export ( ) : Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq.JObject

Must() 공개 메소드

Result documents must satisfy these queries.
public Must ( ) : BooleanQuery
리턴 BooleanQuery

MustNot() 공개 메소드

Result documents must not satisfy these queries.
public MustNot ( ) : BooleanQuery
리턴 BooleanQuery

Should() 공개 메소드

Result documents should satisfy these queries..
public Should ( ) : BooleanQuery
리턴 BooleanQuery

ShouldMin() 공개 메소드

If a hit satisfies at least min queries in the should be boosted by this amount.
public ShouldMin ( int min ) : BooleanQuery
min int The minimum to boost by - the default is 1.
리턴 BooleanQuery