Uses of Class
io.fluxcapacitor.javaclient.persisting.search.SearchHit
Packages that use SearchHit
Package
Description
-
Uses of SearchHit in io.fluxcapacitor.javaclient.persisting.search
Methods in io.fluxcapacitor.javaclient.persisting.search that return SearchHitModifier and TypeMethodDescriptionstatic SearchHit
<SerializedDocument> SearchHit.fromDocument
(SerializedDocument document) Constructs aSearchHit
instance from a rawSerializedDocument
.<V> SearchHit
<V> Transforms the hit’s value using the provided mapper function, producing a newSearchHit
with the same metadata but with a new mapped value.Methods in io.fluxcapacitor.javaclient.persisting.search that return types with arguments of type SearchHitModifier and TypeMethodDescriptionDefaultDocumentStore.DefaultSearch.fetchHitStream
(Integer maxSize, Class<T> type) DefaultDocumentStore.DefaultSearch.fetchHitStream
(Integer maxSize, Class<T> type, int fetchSize) DefaultDocumentStore.DefaultSearch.streamHits()
DefaultDocumentStore.DefaultSearch.streamHits
(int fetchSize) DefaultDocumentStore.DefaultSearch.streamHits
(Class<T> type) DefaultDocumentStore.DefaultSearch.streamHits
(Class<T> type, int fetchSize) Search.streamHits()
Streams raw search hits (document + metadata).Search.streamHits
(int fetchSize) Streams raw search hits (document + metadata).Search.streamHits
(Class<T> type) Streams raw search hits (document + metadata).Search.streamHits
(Class<T> type, int fetchSize) Streams raw search hits (document + metadata). -
Uses of SearchHit in io.fluxcapacitor.javaclient.persisting.search.client
Methods in io.fluxcapacitor.javaclient.persisting.search.client that return types with arguments of type SearchHitModifier 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)