Interface SearchClient
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
InMemorySearchClient,WebSocketSearchClient
-
Method Summary
Modifier and TypeMethodDescriptionbulkUpdate(Collection<SerializedDocumentUpdate> updates, Guarantee guarantee) voidclose()createAuditTrail(CreateAuditTrail request) delete(SearchQuery query, Guarantee guarantee) deleteCollection(String collection) fetch(GetDocument request) fetchHistogram(GetSearchHistogram request) fetchStatistics(SearchQuery query, List<String> fields, List<String> groupBy) search(SearchDocuments searchDocuments)
-
Method Details
-
index
-
search
-
fetch
-
delete
-
delete
-
createAuditTrail
-
deleteCollection
-
fetchStatistics
-
fetchHistogram
-
bulkUpdate
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-