first to say: I use elasticsearch 2.0
and had installed the delete-by-query plugin
.
With this plugin I deleted a part of my documents. After this delete the documents are flagged as deleted and you can't find them anymore. To delete the documents from the disk, you must use optimize
or forcemerge
see here.
I don't delete the documents from disk. My problem is, after some days I recognized that I deleted some importend documents.
So my question is: can i restore the flagged documents?