Uses of Class
io.fluxzero.common.api.search.SearchDocuments
Packages that use SearchDocuments
Package
Description
-
Uses of SearchDocuments in io.fluxzero.common.search
Methods in io.fluxzero.common.search with parameters of type SearchDocumentsModifier and TypeMethodDescriptionstatic Comparator<Document> Document.createComparator(SearchDocuments searchDocuments) Constructs aComparatorto sort documents based on the sorting options inSearchDocuments. -
Uses of SearchDocuments in io.fluxzero.sdk.persisting.search.client
Methods in io.fluxzero.sdk.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.fluxzero.testserver.websocket
Methods in io.fluxzero.testserver.websocket with parameters of type SearchDocuments