Uses of Class
redis.clients.jedis.search.IndexOptions
Packages that use IndexOptions
Package
Description
This package contains the classes and interfaces related to RediSearch module.
-
Uses of IndexOptions in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type IndexOptionsModifier and TypeMethodDescriptionfinal 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 IndexOptions in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return IndexOptionsModifier and TypeMethodDescriptionstatic IndexOptionsIndexOptions.defaultOptions()The default indexing options - use term offsets and keep fields flagsIndexOptions.setDefinition(IndexDefinition definition) IndexOptions.setNoStopwords()Set the index to contain no stopwords, overriding the default listIndexOptions.setStopwords(String... stopwords) Set a custom stopword listIndexOptions.setTemporary(long expire) TemporaryMethods in redis.clients.jedis.search with parameters of type IndexOptions