Class SearchQueryBase
Inheritance
SearchQueryBase
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class SearchQueryBase : ISearchQuery
Fields
|
Edit this page
View Source
IndexName
Declaration
protected string IndexName
Field Value
|
Edit this page
View Source
Query
Declaration
Field Value
Properties
|
Edit this page
View Source
BoostValue
Declaration
public float BoostValue { get; }
Property Value
Methods
|
Edit this page
View Source
Boost(double)
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).
Declaration
public ISearchQuery Boost(double boost)
Parameters
Type |
Name |
Description |
double |
boost |
|
Returns
|
Edit this page
View Source
Export()
Gets a JSON object representing this query instance />
Declaration
public virtual JObject Export()
Returns
Implements
See Also