Uses of Interface
org.redisson.api.search.index.FieldIndex
Packages that use FieldIndex
-
Uses of FieldIndex in org.redisson
Methods in org.redisson with parameters of type FieldIndexModifier and TypeMethodDescriptionvoidRedissonSearch.alter(String indexName, boolean skipInitialScan, FieldIndex... fields) RedissonSearch.alterAsync(String indexName, boolean skipInitialScan, FieldIndex... fields) voidRedissonSearch.createIndex(String indexName, IndexOptions options, FieldIndex... fields) RedissonSearch.createIndexAsync(String indexName, IndexOptions options, FieldIndex... fields) -
Uses of FieldIndex in org.redisson.api
Methods in org.redisson.api with parameters of type FieldIndexModifier and TypeMethodDescriptionvoidRSearch.alter(String indexName, boolean skipInitialScan, FieldIndex... fields) Adds a new attribute to the indexreactor.core.publisher.Mono<Void> RSearchReactive.alter(String indexName, boolean skipInitialScan, FieldIndex... fields) Adds a new attribute to the indexio.reactivex.rxjava3.core.CompletableRSearchRx.alter(String indexName, boolean skipInitialScan, FieldIndex... fields) Adds a new attribute to the indexRSearchAsync.alterAsync(String indexName, boolean skipInitialScan, FieldIndex... fields) Adds a new attribute to the indexvoidRSearch.createIndex(String indexName, IndexOptions options, FieldIndex... fields) Creates an index.reactor.core.publisher.Mono<Void> RSearchReactive.createIndex(String indexName, IndexOptions options, FieldIndex... fields) Creates an index.io.reactivex.rxjava3.core.CompletableRSearchRx.createIndex(String indexName, IndexOptions options, FieldIndex... fields) Creates an index.RSearchAsync.createIndexAsync(String indexName, IndexOptions options, FieldIndex... fields) Creates an index. -
Uses of FieldIndex in org.redisson.api.search.index
Subinterfaces of FieldIndex in org.redisson.api.search.indexModifier and TypeInterfaceDescriptioninterfaceOptional options object for vector field index which uses FLAT indexing method.interfaceGeo field index options.interfaceOptional options object for vector field index which uses HNSW indexing method.interfaceNumeric field index options.interfaceTag field index options.interfaceText field index options.Classes in org.redisson.api.search.index that implement FieldIndexModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal class