public interface SearchEngineSpellCheckManager (Code)
The spell check manager allows to perform spell check index level operations. It also
allows to perform operations using the spell check, for example to suggest words for
a given word.
The spell check manager can be configured using
org.compass.core.lucene.LuceneEnvironment.SpellCheck settings.
author: kimchy
Starts the spell check manager. Will start a scheduled task to refresh the cached
searchers and readers over the spell check index. Will also schedule, if configured,
a schediled rebuild of the spell check index.