public interface SpellCheckIndexWriter
| Modifier and Type | Method and Description |
|---|---|
void |
clearQuerySuggestionDictionaryIndexes(SearchContext searchContext) |
void |
clearSpellCheckerDictionaryIndexes(SearchContext searchContext) |
void |
indexKeyword(SearchContext searchContext,
float weight,
String keywordType) |
void |
indexQuerySuggestionDictionaries(SearchContext searchContext) |
void |
indexQuerySuggestionDictionary(SearchContext searchContext) |
void |
indexSpellCheckerDictionaries(SearchContext searchContext) |
void |
indexSpellCheckerDictionary(SearchContext searchContext) |
void clearQuerySuggestionDictionaryIndexes(SearchContext searchContext) throws SearchException
SearchExceptionvoid clearSpellCheckerDictionaryIndexes(SearchContext searchContext) throws SearchException
SearchExceptionvoid indexKeyword(SearchContext searchContext, float weight, String keywordType) throws SearchException
SearchExceptionvoid indexQuerySuggestionDictionaries(SearchContext searchContext) throws SearchException
SearchExceptionvoid indexQuerySuggestionDictionary(SearchContext searchContext) throws SearchException
SearchExceptionvoid indexSpellCheckerDictionaries(SearchContext searchContext) throws SearchException
SearchExceptionvoid indexSpellCheckerDictionary(SearchContext searchContext) throws SearchException
SearchException