Interface IndexDefinition

All Known Subinterfaces:
PathBasedRedisIndexDefinition
All Known Implementing Classes:
GeoIndexDefinition, RedisIndexDefinition, SimpleIndexDefinition, SpelIndexDefinition

public interface IndexDefinition
IndexDefinition allow to set up a blueprint for creating secondary index structures in Redis. Setting up conditions allows to define IndexDefinition.Condition that have to be passed in order to add a value to the index. This allows to fine grained tune the index structure. IndexValueTransformer gets applied to the raw value for creating the actual index entry.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch