Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ScoreSearchSort

Sorts the search results by hit score.

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

Constructors

View Source

ScoreSearchSort(bool)

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

Properties

View Source

By

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

Implements

ISearchSort
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.