Uses of Class
io.quarkus.redis.datasource.search.AggregateArgs
-
Packages that use AggregateArgs Package Description io.quarkus.redis.datasource.search io.quarkus.redis.runtime.datasource -
-
Uses of AggregateArgs in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return AggregateArgs Modifier and Type Method Description AggregateArgsAggregateArgs. allFields()Loads all the document attributes from the source documents.AggregateArgsAggregateArgs. 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.AggregateArgsAggregateArgs. cursorCount(int count)When using a cursor, configure the number of result.AggregateArgsAggregateArgs. cursorMaxIdleTime(Duration maxIdleDuration)When using a cursor, configure the max idle duration.AggregateArgsAggregateArgs. dialect(int version)Selects the dialect version under which to execute the query.AggregateArgsAggregateArgs. field(String field)Adds the given attribute to the list of attribute loaded from the document source.AggregateArgsAggregateArgs. field(String field, String alias)Adds the given attribute to the list of attribute loaded from the document source.AggregateArgsAggregateArgs. filter(String filter)Filters the results using predicate expressions relating to values in each result.AggregateArgsAggregateArgs. groupBy(AggregateArgs.GroupBy groupBy)Groups the results in the pipeline based on one or more properties.AggregateArgsAggregateArgs. limit(int offset, int count)Limits the number of results to return just num results starting at index offset (zero-based).AggregateArgsAggregateArgs. param(String name, Object value)Defines one or more value parameters.AggregateArgsAggregateArgs. sortBy(AggregateArgs.SortBy sortBy)Sorts the pipeline up until the point ofSORTBY, using the given property and the ascending order.AggregateArgsAggregateArgs. timeout(Duration timeout)Overrides the timeout parameter of the module.AggregateArgsAggregateArgs. verbatim()If set, does not try to use stemming for query expansion but searches the query terms verbatim.AggregateArgsAggregateArgs. withCursor()Scan part of the results with a quicker alternative thanLIMIT.Methods in io.quarkus.redis.datasource.search with parameters of type AggregateArgs Modifier and Type Method Description io.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.AggregationResponseSearchCommands. 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 AggregateArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSearchCommands. _ftAggregate(String indexName, String query, AggregateArgs args)AggregationResponseBlockingSearchCommandsImpl. 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)
-