Interface SpellCheckIndexWriter
- All Known Subinterfaces:
IndexWriter
- All Known Implementing Classes:
BaseIndexWriter,DummyIndexWriter
public interface SpellCheckIndexWriter
- Author:
- Michael C. Han
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearQuerySuggestionDictionaryIndexes(SearchContext searchContext) voidclearSpellCheckerDictionaryIndexes(SearchContext searchContext) voidindexKeyword(SearchContext searchContext, float weight, String keywordType) voidindexQuerySuggestionDictionaries(SearchContext searchContext) voidindexQuerySuggestionDictionary(SearchContext searchContext) voidindexSpellCheckerDictionaries(SearchContext searchContext) voidindexSpellCheckerDictionary(SearchContext searchContext)
-
Method Details
-
clearQuerySuggestionDictionaryIndexes
- Throws:
SearchException
-
clearSpellCheckerDictionaryIndexes
- Throws:
SearchException
-
indexKeyword
void indexKeyword(SearchContext searchContext, float weight, String keywordType) throws SearchException - Throws:
SearchException
-
indexQuerySuggestionDictionaries
- Throws:
SearchException
-
indexQuerySuggestionDictionary
- Throws:
SearchException
-
indexSpellCheckerDictionaries
- Throws:
SearchException
-
indexSpellCheckerDictionary
- Throws:
SearchException
-