Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently only the console within oak-run can be used to remove search index files.
But for that you have to know where the index definition is stored (because the actual index is stored below those nodes). and you have to use low-level commands to manually modify the repository.
It would be really nice if there would be dedicated commands in oak-run which would allow to
- list all existing search indices
- remove specific indices
- verify them for validity (not sure if that is possible though)
In addition those commands probably need to consider the copy on the local filesystem of indices (http://jackrabbit.apache.org/oak/docs/query/lucene.html#CopyOnRead).
Attachments
Issue Links
- relates to
-
OAK-2378 add a oak-run command to delete the index data in case of inconsistencies
- Closed