SpellingCorrectorOptions Class |
Namespace: GroupDocs.Search.Options
The SpellingCorrectorOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConsiderTranspositions |
Gets or sets a value indicating whether the 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 the spelling corrector is enabled.
The default value is false.
|
![]() | MaxMistakeCount |
Gets or sets the maximum number of mistakes.
The default value is 2.
|
![]() | 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.) |