views:

241

answers:

1

If I found information about removing unused indexes, like in Uploading and Managing a Python App / Deleting Unused Indexes, it was only for the Python environment...

Any way to tag an index in the [~project]/war/WEB-INF/datastore-indexes.xml file?

+1  A: 

The only way you currently can remove an index is using the Python SDK as described here.

The missing vacuum_indexes functionality from the Java SDK is logged as a bug, but not yet fixed.

tomlog
Tom, thanks for the bug reference. With my Agile development methodology, I've a bunch of indexes that are not used anymore and it's going to become urgent to clean them up! I hope the fix will provided in a near future ;)
Dom Derrien