public class DummyIndexWriter extends java.lang.Object implements IndexWriter
| Constructor and Description |
|---|
DummyIndexWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocument(SearchContext searchContext,
Document document) |
void |
addDocuments(SearchContext searchContext,
java.util.Collection<Document> documents) |
void |
clearQuerySuggestionDictionaryIndexes(SearchContext searchContext) |
void |
clearSpellCheckerDictionaryIndexes(SearchContext searchContext) |
void |
deleteDocument(SearchContext searchContext,
java.lang.String uid) |
void |
deleteDocuments(SearchContext searchContext,
java.util.Collection<java.lang.String> uids) |
void |
deleteEntityDocuments(SearchContext searchContext,
java.lang.String className) |
void |
indexKeyword(SearchContext searchContext,
float weight,
java.lang.String keywordType) |
void |
indexQuerySuggestionDictionaries(SearchContext searchContext) |
void |
indexQuerySuggestionDictionary(SearchContext searchContext) |
void |
indexSpellCheckerDictionaries(SearchContext searchContext) |
void |
indexSpellCheckerDictionary(SearchContext searchContext) |
void |
partiallyUpdateDocument(SearchContext searchContext,
Document document) |
void |
partiallyUpdateDocuments(SearchContext searchContext,
java.util.Collection<Document> documents) |
void |
updateDocument(SearchContext searchContext,
Document document) |
void |
updateDocuments(SearchContext searchContext,
java.util.Collection<Document> documents) |
public void addDocument(SearchContext searchContext, Document document)
addDocument in interface IndexWriterpublic void addDocuments(SearchContext searchContext, java.util.Collection<Document> documents)
addDocuments in interface IndexWriterpublic void clearQuerySuggestionDictionaryIndexes(SearchContext searchContext)
clearQuerySuggestionDictionaryIndexes in interface SpellCheckIndexWriterpublic void clearSpellCheckerDictionaryIndexes(SearchContext searchContext)
clearSpellCheckerDictionaryIndexes in interface SpellCheckIndexWriterpublic void deleteDocument(SearchContext searchContext, java.lang.String uid)
deleteDocument in interface IndexWriterpublic void deleteDocuments(SearchContext searchContext, java.util.Collection<java.lang.String> uids)
deleteDocuments in interface IndexWriterpublic void deleteEntityDocuments(SearchContext searchContext, java.lang.String className)
deleteEntityDocuments in interface IndexWriterpublic void indexKeyword(SearchContext searchContext, float weight, java.lang.String keywordType)
indexKeyword in interface SpellCheckIndexWriterpublic void indexQuerySuggestionDictionaries(SearchContext searchContext)
indexQuerySuggestionDictionaries in interface SpellCheckIndexWriterpublic void indexQuerySuggestionDictionary(SearchContext searchContext)
indexQuerySuggestionDictionary in interface SpellCheckIndexWriterpublic void indexSpellCheckerDictionaries(SearchContext searchContext)
indexSpellCheckerDictionaries in interface SpellCheckIndexWriterpublic void indexSpellCheckerDictionary(SearchContext searchContext)
indexSpellCheckerDictionary in interface SpellCheckIndexWriterpublic void partiallyUpdateDocument(SearchContext searchContext, Document document)
partiallyUpdateDocument in interface IndexWriterpublic void partiallyUpdateDocuments(SearchContext searchContext, java.util.Collection<Document> documents)
partiallyUpdateDocuments in interface IndexWriterpublic void updateDocument(SearchContext searchContext, Document document)
updateDocument in interface IndexWriterpublic void updateDocuments(SearchContext searchContext, java.util.Collection<Document> documents)
updateDocuments in interface IndexWriter