void Index(String cacheName, Object property, boolean isOrdered)
void Index(String cacheName, Object property, boolean isOrdered)
Name | Type | Description |
---|---|---|
cacheName | String | Name of the targeted cache returned by CacheName |
property | Object | Field name(s) or definition returned by AtomGetter. Use String[] when creating composite indexes using multiple field names |
isOrdered | boolean | true if the contents of the indexed information should be ordered; false otherwise |
Type | Description |
---|---|
void |