Search Results for

    Show / Hide Table of Contents

    Class FuzzyQueryBase<TValue, TFuzziness>

    Inheritance
    object
    QueryBase
    FieldNameQueryBase
    FuzzyQueryBase<TValue, TFuzziness>
    FuzzyDateQuery
    FuzzyNumericQuery
    FuzzyQuery
    Implements
    IFuzzyQuery<TValue, TFuzziness>
    IFuzzyQuery
    IFieldNameQuery
    IQuery
    Inherited Members
    FieldNameQueryBase.Field
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class FuzzyQueryBase<TValue, TFuzziness> : FieldNameQueryBase, IFuzzyQuery<TValue, TFuzziness>, IFuzzyQuery, IFieldNameQuery, IQuery
    Type Parameters
    Name Description
    TValue
    TFuzziness

    Properties

    | Edit this page View Source

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    Fuzziness

    Declaration
    public TFuzziness Fuzziness { get; set; }
    Property Value
    Type Description
    TFuzziness
    | Edit this page View Source

    MaxExpansions

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

    PrefixLength

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

    Rewrite

    Declaration
    public MultiTermQueryRewrite Rewrite { get; set; }
    Property Value
    Type Description
    MultiTermQueryRewrite
    | Edit this page View Source

    Transpositions

    Declaration
    public bool? Transpositions { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Value

    Declaration
    public TValue Value { get; set; }
    Property Value
    Type Description
    TValue

    Implements

    IFuzzyQuery<TValue, TFuzziness>
    IFuzzyQuery
    IFieldNameQuery
    IQuery

    Extension Methods

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