Search Results for

    Show / Hide Table of Contents

    Class CustomSimilarity

    Inheritance
    object
    IsADictionaryBase<string, object>
    CustomSimilarity
    Implements
    ICustomSimilarity
    ISimilarity
    IIsADictionary<string, object>
    IDictionary<string, object>
    ICollection<KeyValuePair<string, object>>
    IEnumerable<KeyValuePair<string, object>>
    IEnumerable
    IIsADictionary
    Inherited Members
    IsADictionaryBase<string, object>.this[string]
    IsADictionaryBase<string, object>.BackingDictionary
    IsADictionaryBase<string, object>.ValidateKey(string)
    IsADictionaryBase<string, object>.Sanitize(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class CustomSimilarity : IsADictionaryBase<string, object>, ICustomSimilarity, ISimilarity, IIsADictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IIsADictionary

    Constructors

    | Edit this page View Source

    CustomSimilarity(string)

    Declaration
    public CustomSimilarity(string type)
    Parameters
    Type Name Description
    string type

    Properties

    | Edit this page View Source

    Type

    The type of similarity.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Add(string, object)

    Declaration
    public void Add(string key, object value)
    Parameters
    Type Name Description
    string key
    object value

    Implements

    ICustomSimilarity
    ISimilarity
    IIsADictionary<TKey, TValue>
    IDictionary<TKey, TValue>
    ICollection<T>
    IEnumerable<T>
    IEnumerable
    IIsADictionary

    Extension Methods

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