Adrien Grand created LUCENE-10392:
-------------------------------------

             Summary: 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


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]

Reply via email to