Class FuzzyQueryBase<TValue, TFuzziness>
Inheritance
FuzzyQueryBase<TValue, TFuzziness>
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
Overrides
|
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
|
Edit this page
View Source
PrefixLength
Declaration
public int? PrefixLength { get; set; }
Property Value
|
Edit this page
View Source
Rewrite
Declaration
public MultiTermQueryRewrite Rewrite { get; set; }
Property Value
|
Edit this page
View Source
Transpositions
Declaration
public bool? Transpositions { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
public TValue Value { get; set; }
Property Value
Implements
Extension Methods