Class CustomSimilarity
Inheritance
CustomSimilarity
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
Declaration
public string Type { get; set; }
Property Value
Methods
|
Edit this page
View Source
Add(string, object)
Declaration
public void Add(string key, object value)
Parameters
Implements
Extension Methods