Yes , i read that docs .
i have followed below steps for abort index .
1. To identify the appropriate lane and thus the IndexStats MBean instance, look at the Oak Indexes "async" property. The "async" property will contain the lane name: async, async-reindex, or fulltext-async.
2.Invoke the abortAndPause() command on the appropriate IndexStats MBean.
3.When re-indexing an existing index, set the reindex property to false
- /oak:index/someExistingIndex@reindex=false
4.Commit the changes to the repository when complete.
5. Finally, resume asychronous indexing on the aborted indexing lane.
- In the IndexStats MBean that issued the abortAndPause() command in Step 2, invoke the resume() command.