Search Results for

    Show / Hide Table of Contents

    Interface ISuggester

    A suggester that suggests similar looking terms based on a provided text

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface 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
    [DataMember(Name = "analyzer")]
    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
    [DataMember(Name = "field")]
    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
    [DataMember(Name = "size")]
    int? Size { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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