Uses of Class
io.quarkus.redis.datasource.search.SpellCheckArgs
-
Packages that use SpellCheckArgs Package Description io.quarkus.redis.datasource.search io.quarkus.redis.runtime.datasource -
-
Uses of SpellCheckArgs in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return SpellCheckArgs Modifier and Type Method Description SpellCheckArgsSpellCheckArgs. dialect(int dialect)Selects the dialect version under which to execute the query.SpellCheckArgsSpellCheckArgs. distance(int distance)Sets the maximum Levenshtein distance for spelling suggestions (default: 1, max: 4).SpellCheckArgsSpellCheckArgs. excludes(String... dict)Specifies an exclusion of a custom dictionary nameddictSpellCheckArgsSpellCheckArgs. includes(String... dict)Specifies an inclusion of a custom dictionary nameddictMethods in io.quarkus.redis.datasource.search with parameters of type SpellCheckArgs Modifier and Type Method Description io.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.SpellCheckResponseSearchCommands. 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 SpellCheckArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSearchCommands. _ftSpellCheck(String index, String query, SpellCheckArgs args)SpellCheckResponseBlockingSearchCommandsImpl. 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)
-