Package org.springframework.data.redis.core.index
@NonNullApi
@NonNullFields
package org.springframework.data.redis.core.index
Abstractions for Redis secondary indexes.
-
ClassDescriptionMark properties value to be included in a secondary index.
IndexConfigurationallows programmatic setup of indexes.IndexDefinitionallow to set up a blueprint for creating secondary index structures in Redis.Context in which a particular value is about to get indexed.IndexDefinitionProvidergive access toIndexDefinitions for creating secondary index structures.Registry that allows addingIndexDefinition.Mark properties value to be included in a secondary index.Converterimplementation that is used to transform values for usage in a particular secondary index.IndexDefinitionthat is based on a property paths.BaseIndexDefinitionimplementation.PathBasedRedisIndexDefinitionfor including property values in a secondary index.SpelIndexDefinitiondefines index that is evaluated based on aSpelExpressionrequires theSpelIndexResolverto be evaluated.