public abstract class BaseIndexWriter extends Object implements IndexWriter, SpellCheckIndexWriter
| Constructor and Description |
|---|
BaseIndexWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearQuerySuggestionDictionaryIndexes(SearchContext searchContext) |
void |
clearSpellCheckerDictionaryIndexes(SearchContext searchContext) |
void |
commit(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 |
setSpellCheckIndexWriter(SpellCheckIndexWriter spellCheckIndexWriter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDocument, addDocuments, deleteDocument, deleteDocuments, deleteEntityDocuments, partiallyUpdateDocument, partiallyUpdateDocuments, updateDocument, updateDocumentspublic void clearQuerySuggestionDictionaryIndexes(SearchContext searchContext) throws SearchException
clearQuerySuggestionDictionaryIndexes in interface SpellCheckIndexWriterSearchExceptionpublic void clearSpellCheckerDictionaryIndexes(SearchContext searchContext) throws SearchException
clearSpellCheckerDictionaryIndexes in interface SpellCheckIndexWriterSearchExceptionpublic void commit(SearchContext searchContext) throws SearchException
commit in interface IndexWriterSearchExceptionpublic void indexKeyword(SearchContext searchContext, float weight, String keywordType) throws SearchException
indexKeyword in interface SpellCheckIndexWriterSearchExceptionpublic void indexQuerySuggestionDictionaries(SearchContext searchContext) throws SearchException
indexQuerySuggestionDictionaries in interface SpellCheckIndexWriterSearchExceptionpublic void indexQuerySuggestionDictionary(SearchContext searchContext) throws SearchException
indexQuerySuggestionDictionary in interface SpellCheckIndexWriterSearchExceptionpublic void indexSpellCheckerDictionaries(SearchContext searchContext) throws SearchException
indexSpellCheckerDictionaries in interface SpellCheckIndexWriterSearchExceptionpublic void indexSpellCheckerDictionary(SearchContext searchContext) throws SearchException
indexSpellCheckerDictionary in interface SpellCheckIndexWriterSearchExceptionpublic void setSpellCheckIndexWriter(SpellCheckIndexWriter spellCheckIndexWriter)