Uses of Class
io.quarkus.redis.datasource.search.SpellCheckResponse
-
Packages that use SpellCheckResponse Package Description io.quarkus.redis.datasource.search io.quarkus.redis.runtime.datasource -
-
Uses of SpellCheckResponse in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return SpellCheckResponse Modifier and Type Method Description SpellCheckResponseSearchCommands. ftSpellCheck(String index, String query)Execute the command FT.SPELLCHECK.SpellCheckResponseSearchCommands. ftSpellCheck(String index, String query, SpellCheckArgs args)Execute the command FT.SPELLCHECK.Methods in io.quarkus.redis.datasource.search that return types with arguments of type SpellCheckResponse Modifier and Type Method Description io.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommands. ftSpellCheck(String index, String query)Execute the command FT.SPELLCHECK.io.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommands. ftSpellCheck(String index, String query, SpellCheckArgs args)Execute the command FT.SPELLCHECK. -
Uses of SpellCheckResponse in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return SpellCheckResponse Modifier and Type Method Description (package private) SpellCheckResponseReactiveSearchCommandsImpl. decodeSpellcheckResponse(io.vertx.mutiny.redis.client.Response response)SpellCheckResponseBlockingSearchCommandsImpl. ftSpellCheck(String index, String query)SpellCheckResponseBlockingSearchCommandsImpl. ftSpellCheck(String index, String query, SpellCheckArgs args)Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type SpellCheckResponse Modifier and Type Method Description io.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommandsImpl. ftSpellCheck(String index, String query)io.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommandsImpl. ftSpellCheck(String index, String query, SpellCheckArgs args)
-