public interface ISpellCheckerIndexer
Modifier and Type | Method and Description |
---|---|
Map<String,Boolean> |
buildAllIndex()
Re-index all the SpellCheckerDictionaryNames
|
boolean |
buildIndex(com.gisgraphy.fulltext.spell.SpellCheckerDictionaryNames spellCheckerDictionaryName)
re-index the dictionary for the specified spellchecker dictionary name
|
Map<String,Boolean> buildAllIndex()
a
- SpellCheckerException
if the spellChecker is not
alive or if an error occuredboolean buildIndex(com.gisgraphy.fulltext.spell.SpellCheckerDictionaryNames spellCheckerDictionaryName)
spellCheckerDictionaryName
- the spellChecker Dictionary to index / re-indexa
- SpellCheckerException
if the spellChecker is not
alive or if an error occuredCopyright © 2015. All rights reserved.