Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class SearchQueryBase

    Base class for ISearchQuery implementations.

    Inheritance
    object
    SearchQueryBase
    BooleanQuery
    ConjunctionQuery
    DisjunctionQuery
    GeoBoundingBoxQuery
    GeoDistanceQuery
    GeoPolygonQuery
    DateRangeQuery
    NumericRangeQuery
    TermRangeQuery
    BooleanFieldQuery
    DocIdQuery
    MatchAllQuery
    MatchNoneQuery
    MatchPhraseQuery
    MatchQuery
    PhraseQuery
    PrefixQuery
    QueryStringQuery
    RegexpQuery
    TermQuery
    WildcardQuery
    Implements
    ISearchQuery
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search.Queries
    Assembly: Couchbase.NetClient.dll
    Syntax
    public abstract class SearchQueryBase : ISearchQuery

    Fields

    | Edit this page View Source

    IndexName

    Declaration
    protected string IndexName
    Field Value
    Type Description
    string
    | Edit this page View Source

    Query

    Declaration
    protected string Query
    Field Value
    Type Description
    string

    Properties

    | Edit this page View Source

    BoostValue

    Declaration
    public float BoostValue { get; }
    Property Value
    Type Description
    float

    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
    Type Description
    ISearchQuery
    | Edit this page View Source

    Export()

    Gets a JSON object representing this query instance />

    Declaration
    public virtual JObject Export()
    Returns
    Type Description
    JObject

    Implements

    ISearchQuery

    See Also

    ISearchQuery
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.