Uses of Class
io.quarkus.redis.datasource.search.QueryArgs
Packages that use QueryArgs
-
Uses of QueryArgs in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return QueryArgsModifier and TypeMethodDescriptionQueryArgs.dialect(int version) Selects the dialect version under which to execute the query.Uses a custom query expander instead of the stemmer.QueryArgs.explainScore()Returns a textual description of how the scores were calculated.QueryArgs.filter(NumericFilter filter) Limits results to those having numeric values ranging between min and max, ifnumberFilteris defined as a numeric attribute inFT.CREATE.Filters the results to a given radius from lon and lat.QueryArgs.highlight(HighlightArgs args) formats occurrences of matched text.Filters the results to those appearing only in specific attributes of the document, like title or URL.final QueryArgsLimits the result to a given set of keys specified in the list.QueryArgs.inOrder()Puts the query terms in the same order in the document as in the query, regardless of the offsets between them.Use a stemmer for the supplied language during search for query expansion.QueryArgs.limit(int offset, int count) Limits the results to the offset and number of results given.QueryArgs.nocontent()Returns the document ids and not the content.Defines a parameter with a byte array value.Defines a parameter with a double array value.Defines a parameter with a float array value.Defines a parameter with an int array value.Defines a parameter with a long array value.Defines one or more value parameters.QueryArgs.returnAttribute(String field) Limits the attributes returned from the document.QueryArgs.returnAttribute(String field, String alias) Limits the attributes returned from the document.Uses a custom scoring function you defineQueryArgs.slop(int slop) Allows a maximum ofslopintervening number of unmatched offsets between phrase terms.QueryArgs.sortByAscending(String field) Orders the results by the value of this attribute.QueryArgs.sortByDescending(String field) Orders the results by the value of this attribute.QueryArgs.summarize(SummarizeArgs args) Returns only the sections of the attribute that contain the matched text.Overrides the timeout parameter of the module.QueryArgs.verbatim()Does not try to use stemming for query expansion but searches the query terms verbatim.QueryArgs.withPayloads()Retrieves optional document payloads.QueryArgs.withScores()Also returns the relative internal score of each document.QueryArgs.withSortKeys()returns the value of the sorting key, right after the id and score and/or payload, if requested.Methods in io.quarkus.redis.datasource.search with parameters of type QueryArgs -
Uses of QueryArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type QueryArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>(package private) SearchQueryResponseReactiveSearchCommandsImpl.decodeSearchQueryResult(io.vertx.mutiny.redis.client.Response response, QueryArgs args) voidio.smallrye.mutiny.Uni<SearchQueryResponse>io.smallrye.mutiny.Uni<Void>