@Target(value=TYPE) @Retention(value=RUNTIME) @Repeatable(value=CompoundSpaceIndexes.class) public @interface CompoundSpaceIndex
Defines a compound space index.
Should be defined on the Pojo level
Segements of the compound index should be specified. Each segment must be a property or a path
within a property
Only basic indices are supported
For example:
The Pojo has 2 properties 'socialSecurity' property and 'personalInfo' which has a 'name'
property
A compound index can be defined using both properties
public abstract String[] paths
Copyright © GigaSpaces.