All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addDocument(SearchContext searchContext,
Document document) |
void |
addDocuments(SearchContext searchContext,
Collection<Document> documents) |
void |
clearQuerySuggestionDictionaryIndexes(SearchContext searchContext) |
void |
clearSpellCheckerDictionaryIndexes(SearchContext searchContext) |
void |
commit(SearchContext searchContext) |
void |
deleteDocument(SearchContext searchContext,
String uid) |
void |
deleteDocuments(SearchContext searchContext,
Collection<String> uids) |
void |
deleteEntityDocuments(SearchContext searchContext,
String className) |
String |
getDestinationName(ProxyRequest proxyRequest) |
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 |
partiallyUpdateDocument(SearchContext searchContext,
Document document) |
void |
partiallyUpdateDocuments(SearchContext searchContext,
Collection<Document> documents) |
void |
updateDocument(SearchContext searchContext,
Document document) |
void |
updateDocuments(SearchContext searchContext,
Collection<Document> documents) |