Search Results for

    Show / Hide Table of Contents

    Interface IDirectGenerator

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDirectGenerator

    Properties

    | Edit this page View Source

    Field

    Declaration
    [DataMember(Name = "field")]
    Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    MaxEdits

    Declaration
    [DataMember(Name = "max_edits")]
    int? MaxEdits { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    MaxInspections

    Declaration
    [DataMember(Name = "max_inspections")]
    float? MaxInspections { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    MaxTermFrequency

    Declaration
    [DataMember(Name = "max_term_freq")]
    float? MaxTermFrequency { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    MinDocFrequency

    Declaration
    [DataMember(Name = "min_doc_freq")]
    float? MinDocFrequency { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    MinWordLength

    Declaration
    [DataMember(Name = "min_word_length")]
    int? MinWordLength { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PostFilter

    Declaration
    [DataMember(Name = "post_filter")]
    string PostFilter { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PreFilter

    Declaration
    [DataMember(Name = "pre_filter")]
    string PreFilter { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PrefixLength

    Declaration
    [DataMember(Name = "prefix_length")]
    int? PrefixLength { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Size

    Declaration
    [DataMember(Name = "size")]
    int? Size { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SuggestMode

    Declaration
    [DataMember(Name = "suggest_mode")]
    SuggestMode? SuggestMode { get; set; }
    Property Value
    Type Description
    SuggestMode?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Field
      • MaxEdits
      • MaxInspections
      • MaxTermFrequency
      • MinDocFrequency
      • MinWordLength
      • PostFilter
      • PreFilter
      • PrefixLength
      • Size
      • SuggestMode
    • Extension Methods
    Back to top Generated by DocFX