Search Results for

    Show / Hide Table of Contents

    Interface ICustomSimilarity

    A custom similarity

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

    Extension Methods

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