Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface ISearchQuery

    Represents a search query request.

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

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

    Export()

    Gets a JSON object representing this instance excluding any SearchOptions

    Declaration
    JObject Export()
    Returns
    Type Description
    JObject
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.