Uses of Class
io.quarkus.redis.datasource.search.SpellCheckResponse
Packages that use SpellCheckResponse
-
Uses of SpellCheckResponse in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return SpellCheckResponseModifier and TypeMethodDescriptionSearchCommands.ftSpellCheck(String index, String query) Execute the command FT.SPELLCHECK.SearchCommands.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 SpellCheckResponseModifier and TypeMethodDescriptionio.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 SpellCheckResponseModifier and TypeMethodDescription(package private) SpellCheckResponseReactiveSearchCommandsImpl.decodeSpellcheckResponse(io.vertx.mutiny.redis.client.Response response) BlockingSearchCommandsImpl.ftSpellCheck(String index, String query) BlockingSearchCommandsImpl.ftSpellCheck(String index, String query, SpellCheckArgs args) Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type SpellCheckResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommandsImpl.ftSpellCheck(String index, String query) io.smallrye.mutiny.Uni<SpellCheckResponse>ReactiveSearchCommandsImpl.ftSpellCheck(String index, String query, SpellCheckArgs args)