Uses of Class
io.fluxzero.common.api.search.SearchHistogram
Packages that use SearchHistogram
-
Uses of SearchHistogram in io.fluxzero.sdk.persisting.search
Methods in io.fluxzero.sdk.persisting.search that return SearchHistogramModifier and TypeMethodDescriptionDefaultDocumentStore.DefaultSearch.fetchHistogram(int resolution, int maxSize) Search.fetchHistogram(int resolution, int maxSize) Computes a histogram for the timestamp distribution of matching documents. -
Uses of SearchHistogram in io.fluxzero.sdk.persisting.search.client
Methods in io.fluxzero.sdk.persisting.search.client that return SearchHistogramModifier and TypeMethodDescriptionInMemorySearchStore.fetchHistogram(GetSearchHistogram request) SearchClient.fetchHistogram(GetSearchHistogram request) Fetches a histogram (bucketed time-series view) for documents matching the query.WebSocketSearchClient.fetchHistogram(GetSearchHistogram request)