Class SearchFuzzyOptions
Options for fuzzy search.
public sealed class SearchFuzzyOptions
- Inheritance
-
SearchFuzzyOptions
- Inherited Members
Properties
MaxEdits
Gets or sets the maximum number of single-character edits required to match the specified search term.
public int? MaxEdits { get; set; }
Property Value
- int?
MaxExpansions
Gets or sets the number of variations to generate and search for.
public int? MaxExpansions { get; set; }
Property Value
- int?
PrefixLength
Gets or sets the number of characters at the beginning of each term in the result that must exactly match.
public int? PrefixLength { get; set; }
Property Value
- int?