C# Класс Couchbase.Search.Queries.Compound.BooleanQuery

A combination of conjunction and disjunction queries.
Наследование: FtsQueryBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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