C# Class Couchbase.Search.Queries.FtsQueryBase

Base class for IFtsQuery implementations.
Inheritance: IFtsQuery
Afficher le fichier Open project: couchbase/couchbase-net-client

Protected Properties

Свойство Type Description
IndexName string
Query string

Private Properties

Свойство Type Description
IFtsQuery bool

Méthodes publiques

Méthode Description
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 />

Private Methods

Méthode Description
IFtsQuery ( ) : bool

True if the request exceeded it's ClientConfiguration.SearchRequestTimeout

Method Details

Boost() public méthode

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
Résultat IFtsQuery

Export() public méthode

Gets a JSON object representing this query instance />
public Export ( ) : Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject

Property Details

IndexName protected_oe property

protected string IndexName
Résultat string

Query protected_oe property

protected string Query
Résultat string