Uses of Class
io.quarkus.redis.datasource.search.SpellCheckArgs
Packages that use SpellCheckArgs
-
Uses of SpellCheckArgs in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return SpellCheckArgsModifier and TypeMethodDescriptionSpellCheckArgs.dialect(int dialect) Selects the dialect version under which to execute the query.SpellCheckArgs.distance(int distance) Sets the maximum Levenshtein distance for spelling suggestions (default: 1, max: 4).Specifies an exclusion of a custom dictionary nameddictSpecifies an inclusion of a custom dictionary nameddictMethods in io.quarkus.redis.datasource.search with parameters of type SpellCheckArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommands.ftSpellCheck(String index, String query, SpellCheckArgs args) Execute the command FT.SPELLCHECK.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommands.ftSpellCheck(String index, String query, SpellCheckArgs args) Execute the command FT.SPELLCHECK.SearchCommands.ftSpellCheck(String index, String query, SpellCheckArgs args) Execute the command FT.SPELLCHECK.voidTransactionalSearchCommands.ftSpellCheck(String index, String query, SpellCheckArgs args) Execute the command FT.SPELLCHECK. -
Uses of SpellCheckArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type SpellCheckArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSearchCommands._ftSpellCheck(String index, String query, SpellCheckArgs args) BlockingSearchCommandsImpl.ftSpellCheck(String index, String query, SpellCheckArgs args) voidBlockingTransactionalSearchCommandsImpl.ftSpellCheck(String index, String query, SpellCheckArgs args) io.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommandsImpl.ftSpellCheck(String index, String query, SpellCheckArgs args) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommandsImpl.ftSpellCheck(String index, String query, SpellCheckArgs args)