Search Results for

    Show / Hide Table of Contents

    Class SuggesterBase

    Inheritance
    object
    SuggesterBase
    CompletionSuggester
    PhraseSuggester
    TermSuggester
    Implements
    ISuggester
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class SuggesterBase : ISuggester

    Properties

    | Edit this page View Source

    Analyzer

    The analyzer to analyse the suggest text with. Defaults to the search analyzer of the suggest field.

    Declaration
    public string Analyzer { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Field

    The name of the field on which to run the query

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Size

    The number of suggestions to return. Defaults to 5

    Declaration
    public int? Size { get; set; }
    Property Value
    Type Description
    int?

    Implements

    ISuggester

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Analyzer
      • Field
      • Size
    • Implements
    • Extension Methods
    Back to top Generated by DocFX