As Rest API user, I want to create, delete, and get a list of Indexes
As a business, we want to create and update CNDs dynamically, through use of the REST API. However, we also need to define indexes on those CNDs.
In order to achieve this, it is necessary to expose some of the JCR IndexManager capabilities through the REST API.
See discussion on forum Custom CNDs and Indexes
I'm thinking I need
- POST - Register/Create an Index
- GET - Get definition of one or more indices as a JSON array
- DELETE - Remove/unregister an index
Pending final go-ahead from my organization, I will proceed with development and contribute it back to the community.