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.
IndexConfiguration
allows programmatic setup of indexes.IndexDefinition
allow to set up a blueprint for creating secondary index structures in Redis.Context in which a particular value is about to get indexed.IndexDefinitionProvider
give access toIndexDefinition
s for creating secondary index structures.Registry that allows addingIndexDefinition
.Mark properties value to be included in a secondary index.Converter
implementation that is used to transform values for usage in a particular secondary index.IndexDefinition
that is based on a property paths.BaseIndexDefinition
implementation.PathBasedRedisIndexDefinition
for including property values in a secondary index.SpelIndexDefinition
defines index that is evaluated based on aSpelExpression
requires theSpelIndexResolver
to be evaluated.