Search Results for

    Show / Hide Table of Contents

    Interface IFuzzyQuery<TValue, TFuzziness>

    Inherited Members
    IFuzzyQuery.MaxExpansions
    IFuzzyQuery.PrefixLength
    IFuzzyQuery.Rewrite
    IFuzzyQuery.Transpositions
    IFieldNameQuery.Field
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    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
    Type Description
    TValue

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Fuzziness
      • Value
    • Extension Methods
    Back to top Generated by DocFX