FuzzySearchOptions Class |
Namespace: GroupDocs.Search.Options
The FuzzySearchOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConsiderTranspositions |
Gets or sets a value indicating whether the fuzzy search algorithm must
consider transposition of two adjacent characters as a single mistake.
The default value is true.
|
![]() | Enabled |
Gets or sets a value indicating whether fuzzy search feature is enabled.
The default value is false.
|
![]() ![]() | FuzzyAlgorithm |
Gets or sets the fuzzy search algorithm.
The currently available fuzzy search algorithms are SimilarityLevel and TableDiscreteFunction.
The default value is an instance of SimilarityLevel with a similarity level value of 0.5.
|
![]() | OnlyBestResults |
Gets or sets a value indicating whether only the best results will be returned.
The default value is false.
|
![]() | OnlyBestResultsRange |
Gets or sets the maximum exceeding of the minimum number of mistakes that are found.
The default value is 0.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |