You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/24 13:48:48 UTC

[GitHub] [lucene] stefanvodita opened a new issue, #11814: Support deletes in IndexRearranger

stefanvodita opened a new issue, #11814:
URL: https://github.com/apache/lucene/issues/11814

   ### 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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] stefanvodita commented on issue #11814: Support deletes in IndexRearranger

Posted by GitBox <gi...@apache.org>.
stefanvodita commented on issue #11814:
URL: https://github.com/apache/lucene/issues/11814#issuecomment-1323341662

   `IndexRearranger` now supports selecting docs for deletion from the original index and applying the deletes to the rearranged index.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] stefanvodita closed issue #11814: Support deletes in IndexRearranger

Posted by GitBox <gi...@apache.org>.
stefanvodita closed issue #11814: Support deletes in IndexRearranger
URL: https://github.com/apache/lucene/issues/11814


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org