Interface IFuzziness
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IFuzziness
Properties
| Edit this page View SourceAuto
Declaration
bool Auto { get; }
Property Value
Type | Description |
---|---|
bool |
EditDistance
Declaration
int? EditDistance { get; }
Property Value
Type | Description |
---|---|
int? |
High
Declaration
int? High { get; }
Property Value
Type | Description |
---|---|
int? |
Low
Declaration
int? Low { get; }
Property Value
Type | Description |
---|---|
int? |
Ratio
Declaration
double? Ratio { get; }
Property Value
Type | Description |
---|---|
double? |