Uses of Class
io.quarkus.redis.datasource.search.IndexedField
Packages that use IndexedField
-
Uses of IndexedField in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return IndexedFieldModifier and TypeMethodDescriptionstatic IndexedFieldstatic IndexedFieldIndexedField.from(String field, FieldType type, FieldOptions options) static IndexedFieldstatic IndexedFieldIndexedField.from(String field, String alias, FieldType type, FieldOptions options) Methods in io.quarkus.redis.datasource.search with parameters of type IndexedFieldModifier and TypeMethodDescriptiondefault io.smallrye.mutiny.Uni<Void>ReactiveSearchCommands.ftAlter(String index, IndexedField field) Execute the command FT.ALTER.io.smallrye.mutiny.Uni<Void>ReactiveSearchCommands.ftAlter(String index, IndexedField field, boolean skipInitialScan) Execute the command FT.ALTER.default io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommands.ftAlter(String index, IndexedField field) Execute the command FT.ALTER.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommands.ftAlter(String index, IndexedField field, boolean skipInitialScan) Execute the command FT.ALTER.default voidSearchCommands.ftAlter(String index, IndexedField field) Execute the command FT.ALTER.voidSearchCommands.ftAlter(String index, IndexedField field, boolean skipInitialScan) Execute the command FT.ALTER.default voidTransactionalSearchCommands.ftAlter(String index, IndexedField field) Execute the command FT.ALTER.voidTransactionalSearchCommands.ftAlter(String index, IndexedField field, boolean skipInitialScan) Execute the command FT.ALTER. -
Uses of IndexedField in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type IndexedFieldModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSearchCommands._ftAlter(String index, IndexedField field, boolean skipInitialScan) voidBlockingSearchCommandsImpl.ftAlter(String index, IndexedField field, boolean skipInitialScan) voidBlockingTransactionalSearchCommandsImpl.ftAlter(String index, IndexedField field) voidBlockingTransactionalSearchCommandsImpl.ftAlter(String index, IndexedField field, boolean skipInitialScan) io.smallrye.mutiny.Uni<Void>ReactiveSearchCommandsImpl.ftAlter(String index, IndexedField field, boolean skipInitialScan) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommandsImpl.ftAlter(String index, IndexedField field) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSearchCommandsImpl.ftAlter(String index, IndexedField field, boolean skipInitialScan)