Couchbase .NET SDK | 3.7.0
Search Results for

    Show / Hide Table of Contents

    Class ScoreSearchSort

    Sorts the search results by hit score.

    Inheritance
    object
    SearchSortBase
    ScoreSearchSort
    Implements
    ISearchSort
    Inherited Members
    SearchSortBase.Decending
    SearchSortBase.Export()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search.Sort
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class ScoreSearchSort : SearchSortBase, ISearchSort

    Constructors

    | Edit this page View Source

    ScoreSearchSort(bool)

    Declaration
    public ScoreSearchSort(bool decending = false)
    Parameters
    Type Name Description
    bool decending

    Properties

    | Edit this page View Source

    By

    Declaration
    protected override string By { get; }
    Property Value
    Type Description
    string
    Overrides
    SearchSortBase.By

    Implements

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