Class IndexConfiguration

java.lang.Object
org.springframework.data.redis.core.index.IndexConfiguration
All Implemented Interfaces:
ConfigurableIndexDefinitionProvider, IndexDefinitionProvider, IndexDefinitionRegistry

public class IndexConfiguration extends Object implements ConfigurableIndexDefinitionProvider
IndexConfiguration allows programmatic setup of indexes. This is suitable for cases where there is no option to use the equivalent Indexed annotation.
Since:
1.7
Author:
Christoph Strobl, Rob Winch