Search Results for

    Show / Hide Table of Contents

    Interface IFielddataFilter

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

    Properties

    | Edit this page View Source

    Frequency

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

    Regex

    Declaration
    [DataMember(Name = "regex")]
    IFielddataRegexFilter Regex { get; set; }
    Property Value
    Type Description
    IFielddataRegexFilter

    Extension Methods

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