[
https://issues.apache.org/jira/browse/LUCENE-10392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486220#comment-17486220
]
Nhat Nguyen edited comment on LUCENE-10392 at 2/3/22, 5:07 AM:
---------------------------------------------------------------
Soft-deletes can index already-soft-deleted documents. We need to make sure to
support this feature when switching to LiveDocsFormat.
was (Author: dnhatn):
Soft-deletes can index already-deleted documents. We need to make sure to
support this feature when switching to LiveDocsFormat.
> Handle soft deletes via LiveDocsFormat
> --------------------------------------
>
> Key: LUCENE-10392
> URL: https://issues.apache.org/jira/browse/LUCENE-10392
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Adrien Grand
> Priority: Minor
>
> We have been using doc values to handle soft deletes until now, but this is a
> bit of a hack as it:
> - forces users to reserve a field name for doc values
> - generally doesn't read directly from doc values, instead docs values help
> populate bitsets and then reads are performed via these bitsets
> It would also be more natural to have both hard and soft deletes handled by
> the same file format?
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]