Deleting Index and Reclaiming Space

Good Day,

I have an a couple pretty big indexes that I need to delete. I know I can delete an index by using DELETE myindex the question is by simplying using the DELETE myindex command, will that be enough to delete the index and reclaim the space that index was holding or is there something else I need to do along with the DELETE command to also reclaim the space that the index was claiming.

Thanks,

Yes DELETE on an index will delete the index and reclaim the disk space.

Sometimes there is confusion with respect to deleting documents. if you delete just one or more documents within and index it is a "soft" delete and the space will not be reclaimed until at some point when the index's segments are merged.

Thank you,

You hit the nail on the head to what I was confused on. Reading online I kept seeing things about merging and such. Thanks for the clarification. That helps a lot.

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.