SpellCheckEngine
Category supports the use of a spellcheck engine so that CategorySuggestFromText
will use corrected spelling to match categories. This parameter specifies the name of the section in the configuration file where the spell check engine is defined. You must define a host and ACI port for a Content engine containing sufficient correct spellings for errors to be identified.
For example:
[Server] SpellcheckEngine=MySpellcheckEngine [MySpellcheckEngine] Host=localhost ACIport=12345
You can use the already existing Content engine defined in [dataDRE]
as the spell check engine, if it contains sufficient correct spellings, by specifying its section name in this parameter.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Server |
Example: | SpellCheckEngine=DataDRE
|
See Also: | CategorySuggestFromText action |