Uses of Class
io.fluxzero.common.api.search.Group
Packages that use Group
-
Uses of Group in io.fluxzero.common.api.search
Methods in io.fluxzero.common.api.search that return Group -
Uses of Group in io.fluxzero.sdk.persisting.search
Methods in io.fluxzero.sdk.persisting.search that return types with arguments of type GroupModifier and TypeMethodDescriptionPerforms aggregation over the given fields for each group.DefaultDocumentStore.DefaultSearch.DefaultGroupSearch.aggregateAsync(String... fields) GroupSearch.aggregateAsync(String... fields) Asynchronously performs aggregation over the given fields for each group.GroupSearch.count()Counts the number of documents in each group.default CompletableFuture<Map<Group, Long>> GroupSearch.countAsync()Asynchronously counts the number of documents in each group.