Uses of Class
io.fluxcapacitor.common.api.search.SearchDocuments
Packages that use SearchDocuments
Package
Description
-
Uses of SearchDocuments in io.fluxcapacitor.common.search
Methods in io.fluxcapacitor.common.search with parameters of type SearchDocumentsModifier and TypeMethodDescriptionstatic Comparator
<Document> Document.createComparator
(SearchDocuments searchDocuments) Constructs aComparator
to sort documents based on the sorting options inSearchDocuments
. -
Uses of SearchDocuments in io.fluxcapacitor.javaclient.persisting.search.client
Methods in io.fluxcapacitor.javaclient.persisting.search.client with parameters of type SearchDocumentsModifier and TypeMethodDescriptionInMemorySearchStore.search
(SearchDocuments searchDocuments, int fetchSize) SearchClient.search
(SearchDocuments searchDocuments, int fetchSize) Executes a streaming search query using the given criteria and fetch size.WebSocketSearchClient.search
(SearchDocuments searchDocuments, int fetchSize) -
Uses of SearchDocuments in io.fluxcapacitor.testserver.websocket
Methods in io.fluxcapacitor.testserver.websocket with parameters of type SearchDocuments