Interface ISearchQuery
Represents a search query request.
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public interface ISearchQuery
Methods
| Edit this page View SourceBoost(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
ISearchQuery Boost(double boost)
Parameters
Type | Name | Description |
---|---|---|
double | boost |
Returns
Type | Description |
---|---|
ISearchQuery |
Export()
Gets a JSON object representing this instance excluding any SearchOptions
Declaration
JObject Export()
Returns
Type | Description |
---|---|
JObject |