SpellingSuggestionMode
The mode of operation for the DAH to use to return spelling suggestions from the child servers.
The following modes are available:
0 (SpellingEngine ) |
The DAH returns the first non-null suggestion from the list of spelling engines. |
1 (UseMajoritySpelling ) |
The DAH returns the majority suggestion, including null suggestions. |
2 (NullOverwriteSpellingEngine ) |
The DAH returns a null suggestion if at least one child server returns a null suggestion, otherwise it reverts to mode 0. |
3 (NullOverwriteUseMajoritySpelling ) |
The DAH returns a null suggestion if at least one child server returns a null suggestion, otherwise it reverts to mode 1. |
Mode 1 (UseMajoritySpelling
) is equivalent to setting the configuration parameter (UseMajoritySpelling) to TRUE
. Micro Focus recommends that you use the SpellingSuggestionMode
parameter instead of the UseMajoritySpelling parameter.
Type: | Long |
Default: | 0 |
Required: | No |
Configuration Section: | Server |
Example: | SpellingSuggestionMode=1
|
See Also: | SpellingEngine
UseMajoritySpelling |