Click or drag to resize

ISearchQuery Interface

Represents a search query request.

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface ISearchQuery

The ISearchQuery type exposes the following members.

Methods
  NameDescription
Public methodBoost
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 methodExport
Gets a JSON object representing this instance excluding any SearchOptions
Top
See Also