Uses of Class
io.fluxzero.common.api.search.DocumentStats
Packages that use DocumentStats
-
Uses of DocumentStats in io.fluxzero.common.api.search
Methods in io.fluxzero.common.api.search that return types with arguments of type DocumentStats -
Uses of DocumentStats in io.fluxzero.sdk.persisting.search.client
Methods in io.fluxzero.sdk.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)