Interface IFuzzyQuery<TValue, TFuzziness>
Assembly: OpenSearch.Client.dll
Syntax
public interface IFuzzyQuery<TValue, TFuzziness> : IFuzzyQuery, IFieldNameQuery, IQuery
Type Parameters
Name |
Description |
TValue |
|
TFuzziness |
|
Properties
|
Edit this page
View Source
Fuzziness
Declaration
[DataMember(Name = "fuzziness")]
TFuzziness Fuzziness { get; set; }
Property Value
Type |
Description |
TFuzziness |
|
|
Edit this page
View Source
Value
Declaration
[DataMember(Name = "value")]
TValue Value { get; set; }
Property Value
Extension Methods