Uses of Class
redis.clients.jedis.search.Schema
Packages that use Schema
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of Schema in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type SchemaModifier and TypeMethodDescriptionfinal CommandObject<String> final CommandObject<String> CommandObjects.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) MultiNodePipelineBase.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) Pipeline.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) TransactionBase.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) UnifiedJedis.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) -
Uses of Schema in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return SchemaModifier and TypeMethodDescriptionSchema.addField(Schema.Field field) Schema.addFlatVectorField(String name, Map<String, Object> attributes) Schema.addGeoField(String name) Add a geo filtering field to the schema.Schema.addHNSWVectorField(String name, Map<String, Object> attributes) Schema.addNumericField(String name) Add a numeric field to the schemaSchema.addSortableNumericField(String name) Schema.addSortableTagField(String name, boolean caseSensitive) Schema.addSortableTagField(String name, String separator) Schema.addSortableTagField(String name, String separator, boolean caseSensitive) Schema.addSortableTextField(String name, double weight) Add a text field that can be sorted onSchema.addTagField(String name) Schema.addTagField(String name, boolean caseSensitive) Schema.addTagField(String name, String separator) Schema.addTagField(String name, String separator, boolean caseSensitive) Schema.addTextField(String name, double weight) Add a text field to the schema with a given weightSchema.addVectorField(String name, Schema.VectorField.VectorAlgo algorithm, Map<String, Object> attributes) Chain as name to the last filed added to the schemastatic SchemaSchema.from(Schema.Field... fields) Methods in redis.clients.jedis.search with parameters of type SchemaModifier and TypeMethodDescriptionRediSearchCommands.ftCreate(String indexName, IndexOptions indexOptions, Schema schema) RediSearchPipelineCommands.ftCreate(String indexName, IndexOptions indexOptions, Schema schema)