Uses of Class
io.quarkus.redis.datasource.search.IndexedField
-
Packages that use IndexedField Package Description io.quarkus.redis.datasource.search io.quarkus.redis.runtime.datasource -
-
Uses of IndexedField in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return IndexedField Modifier and Type Method Description static IndexedFieldIndexedField. from(String field, FieldType type)static IndexedFieldIndexedField. from(String field, FieldType type, FieldOptions options)static IndexedFieldIndexedField. from(String field, String alias, FieldType type)static IndexedFieldIndexedField. from(String field, String alias, FieldType type, FieldOptions options)Methods in io.quarkus.redis.datasource.search with parameters of type IndexedField Modifier and Type Method Description default 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 IndexedField Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSearchCommands. _ftAlter(String index, IndexedField field)(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)
-