Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface ISearchQuery

Represents a search query request.

Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public interface ISearchQuery

Methods

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
ISearchQuery Boost(double boost)
Parameters
Type Name Description
double boost
Returns
Type Description
ISearchQuery
View Source

Export()

Gets a JSON object representing this instance excluding any SearchOptions

Declaration
[RequiresUnreferencedCode("Couchbase FTS might require types that cannot be statically analyzed. Make sure all required types are preserved.")]
[RequiresDynamicCode("Couchbase FTS might require types that cannot be statically analyzed and might need runtime code generation. Do not use for native AOT applications.")]
JObject Export()
Returns
Type Description
JObject
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.