Search Results for

    Show / Hide Table of Contents

    Interface IPerFieldAnalyzer

    Inherited Members
    IDictionary<Field, string>.Add(Field, string)
    IDictionary<Field, string>.ContainsKey(Field)
    IDictionary<Field, string>.Remove(Field)
    IDictionary<Field, string>.TryGetValue(Field, out string)
    IDictionary<Field, string>.this[Field]
    IDictionary<Field, string>.Keys
    IDictionary<Field, string>.Values
    ICollection<KeyValuePair<Field, string>>.Add(KeyValuePair<Field, string>)
    ICollection<KeyValuePair<Field, string>>.Clear()
    ICollection<KeyValuePair<Field, string>>.Contains(KeyValuePair<Field, string>)
    ICollection<KeyValuePair<Field, string>>.CopyTo(KeyValuePair<Field, string>[], int)
    ICollection<KeyValuePair<Field, string>>.Remove(KeyValuePair<Field, string>)
    ICollection<KeyValuePair<Field, string>>.Count
    ICollection<KeyValuePair<Field, string>>.IsReadOnly
    IEnumerable<KeyValuePair<Field, string>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPerFieldAnalyzer : IIsADictionary<Field, string>, IDictionary<Field, string>, ICollection<KeyValuePair<Field, string>>, IEnumerable<KeyValuePair<Field, string>>, IEnumerable, IIsADictionary

    Extension Methods

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