lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Support deletes in IndexRearranger

Open stefanvodita opened this issue 2 years ago • 0 comments

Description

IndexRearranger applies deletes found in the original index, so the rearranged index will not contain any deleted docs. While deleted docs don't show up in search results, they still impact search performance. If we want the rearranged index to be as similar as possible to the original index, we should also include the docs marked for deletion.

stefanvodita avatar Sep 24 '22 13:09 stefanvodita