Search Results for

    Show / Hide Table of Contents

    Interface IFuzziness

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFuzziness

    Properties

    | Edit this page View Source

    Auto

    Declaration
    bool Auto { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    EditDistance

    Declaration
    int? EditDistance { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    High

    Declaration
    int? High { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Low

    Declaration
    int? Low { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Ratio

    Declaration
    double? Ratio { get; }
    Property Value
    Type Description
    double?

    Extension Methods

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