Files
spring-data-redis/src/main/java/org/springframework/data
Rob Winch 40c2582302 DATAREDIS-425 - Support distinct indexName
This commit adds support for distinguishing between
the property path that is being indexed and the
name of the index that should be used.

This is useful when you do not want the property
path and index name to be the same. For example,
if you want to use Spel expressions, it may not be
possible to use the path as the name of the index.

Original PR #160
2016-03-14 10:38:12 +01:00
..