Class SimpleIndexDefinition

java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition
org.springframework.data.redis.core.index.SimpleIndexDefinition
All Implemented Interfaces:
IndexDefinition, PathBasedRedisIndexDefinition

public class SimpleIndexDefinition extends RedisIndexDefinition implements PathBasedRedisIndexDefinition
PathBasedRedisIndexDefinition for including property values in a secondary index.
Uses Redis SET for storage.
Since:
1.7
Author:
Christoph Strobl
  • Constructor Details

    • SimpleIndexDefinition

      public SimpleIndexDefinition(String keyspace, String path)
      Parameters:
      keyspace - must not be null.
      path -
    • SimpleIndexDefinition

      public SimpleIndexDefinition(String keyspace, String path, String name)
      Parameters:
      keyspace - must not be null.
      path -
      name - must not be null.