Uses of Class
redis.clients.jedis.search.Schema.Field
Packages that use Schema.Field
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of Schema.Field in redis.clients.jedis.search
Subclasses of Schema.Field in redis.clients.jedis.searchModifier and TypeClassDescriptionstatic classstatic classFullText field spec.static classFields in redis.clients.jedis.search with type parameters of type Schema.FieldMethods in redis.clients.jedis.search with parameters of type Schema.FieldModifier and TypeMethodDescriptionSchema.addField(Schema.Field field) static SchemaSchema.from(Schema.Field... fields) default StringRediSearchCommands.ftAlter(String indexName, Schema.Field... fields) RediSearchPipelineCommands.ftAlter(String indexName, Schema.Field... fields)