Uses of Class
io.fluxcapacitor.common.api.search.DocumentStats
Packages that use DocumentStats
Package
Description
-
Uses of DocumentStats in io.fluxcapacitor.common.api.search
Methods in io.fluxcapacitor.common.api.search that return types with arguments of type DocumentStats -
Uses of DocumentStats in io.fluxcapacitor.javaclient.persisting.search.client
Methods in io.fluxcapacitor.javaclient.persisting.search.client that return types with arguments of type DocumentStatsModifier and TypeMethodDescriptionInMemorySearchStore.fetchStatistics
(SearchQuery query, List<String> fields, List<String> groupBy) SearchClient.fetchStatistics
(SearchQuery query, List<String> fields, List<String> groupBy) Retrieves search statistics (counts, averages, etc.) over matching documents.WebSocketSearchClient.fetchStatistics
(SearchQuery query, List<String> fields, List<String> groupBy)