C# Класс Couchbase.Search.Queries.FtsQueryBase

Base class for IFtsQuery implementations.
Наследование: IFtsQuery
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
IndexName string
Query string

Private Properties

Свойство Тип Описание
IFtsQuery bool

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

Метод Описание
Boost ( double boost ) : IFtsQuery

Used to increase the relative weight of a clause (with a boost greater than 1) or decrease the relative weight (with a boost between 0 and 1).

Export ( ) : Newtonsoft.Json.Linq.JObject

Gets a JSON object representing this query instance />

Приватные методы

Метод Описание
IFtsQuery ( ) : bool

True if the request exceeded it's ClientConfiguration.SearchRequestTimeout

Описание методов

Boost() публичный Метод

Used to increase the relative weight of a clause (with a boost greater than 1) or decrease the relative weight (with a boost between 0 and 1).
public Boost ( double boost ) : IFtsQuery
boost double
Результат IFtsQuery

Export() публичный Метод

Gets a JSON object representing this query instance />
public Export ( ) : Newtonsoft.Json.Linq.JObject
Результат Newtonsoft.Json.Linq.JObject

Описание свойств

IndexName защищенное свойство

protected string IndexName
Результат string

Query защищенное свойство

protected string Query
Результат string