Search Results for

    Show / Hide Table of Contents

    Enum SuggestSort

    How suggestions should be sorted per suggest text term.

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public enum SuggestSort

    Fields

    Name Description
    Frequency

    Sort by document frequency first, then similarity score and then the term itself

    Score

    Sort by score first, then document frequency and then the term itself

    Extension Methods

    KnownEnums.GetStringValue(Enum)
    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Fields
    • Extension Methods
    Back to top Generated by DocFX