C# Class Couchbase.Search.Queries.FtsQueryBase

Base class for IFtsQuery implementations.
Inheritance: IFtsQuery
Mostrar archivo Open project: couchbase/couchbase-net-client

Protected Properties

Property Type Description
IndexName string
Query string

Private Properties

Property Type Description
IFtsQuery bool

Public Methods

Method 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

Method Description
IFtsQuery ( ) : bool

True if the request exceeded it's ClientConfiguration.SearchRequestTimeout

Method Details

Boost() public method

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
return IFtsQuery

Export() public method

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

Property Details

IndexName protected_oe property

protected string IndexName
return string

Query protected_oe property

protected string Query
return string