Uses of Class
io.quarkus.redis.datasource.search.AggregateArgs
Packages that use AggregateArgs
-
Uses of AggregateArgs in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return AggregateArgsModifier and TypeMethodDescriptionAggregateArgs.allFields()Loads all the document attributes from the source documents.AggregateArgs.apply(AggregateArgs.Apply apply) Applies a 1-to-1 transformation on one or more properties and either stores the result as a new property down the pipeline or replaces any property using this transformation.AggregateArgs.cursorCount(int count) When using a cursor, configure the number of result.AggregateArgs.cursorMaxIdleTime(Duration maxIdleDuration) When using a cursor, configure the max idle duration.AggregateArgs.dialect(int version) Selects the dialect version under which to execute the query.Adds the given attribute to the list of attribute loaded from the document source.Adds the given attribute to the list of attribute loaded from the document source.Filters the results using predicate expressions relating to values in each result.AggregateArgs.groupBy(AggregateArgs.GroupBy groupBy) Groups the results in the pipeline based on one or more properties.AggregateArgs.limit(int offset, int count) Limits the number of results to return just num results starting at index offset (zero-based).Defines one or more value parameters.AggregateArgs.sortBy(AggregateArgs.SortBy sortBy) Sorts the pipeline up until the point ofSORTBY, using the given property and the ascending order.Overrides the timeout parameter of the module.AggregateArgs.verbatim()If set, does not try to use stemming for query expansion but searches the query terms verbatim.AggregateArgs.withCursor()Scan part of the results with a quicker alternative thanLIMIT.Methods in io.quarkus.redis.datasource.search with parameters of type AggregateArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AggregationResponse>ReactiveSearchCommands.ftAggregate(String indexName, String query, AggregateArgs args) Execute the command FT.AGGREGATE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommands.ftAggregate(String indexName, String query, AggregateArgs args) Execute the command FT.AGGREGATE.SearchCommands.ftAggregate(String indexName, String query, AggregateArgs args) Execute the command FT.AGGREGATE.voidTransactionalSearchCommands.ftAggregate(String indexName, String query, AggregateArgs args) Execute the command FT.AGGREGATE. -
Uses of AggregateArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type AggregateArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSearchCommands._ftAggregate(String indexName, String query, AggregateArgs args) BlockingSearchCommandsImpl.ftAggregate(String indexName, String query, AggregateArgs args) voidBlockingTransactionalSearchCommandsImpl.ftAggregate(String indexName, String query, AggregateArgs args) io.smallrye.mutiny.Uni<AggregationResponse>ReactiveSearchCommandsImpl.ftAggregate(String indexName, String query, AggregateArgs args) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommandsImpl.ftAggregate(String indexName, String query, AggregateArgs args)