Jason Rutherglen wrote:
For Ocean I created a workaround where the IndexCommits from
IndexDeletionPolicy are saved in a map in order to achieve deleting
based on the IndexReader. It would be more straightforward to
delete from the IndexCommit in IndexReader.
It seems like we are mixing
For Ocean I created a workaround where the IndexCommits from
IndexDeletionPolicy are saved in a map in order to achieve deleting based on
the IndexReader. It would be more straightforward to delete from the
IndexCommit in IndexReader. I realize people want to get away from
IndexReader performing
Jason Rutherglen wrote:
Is there a reason ReaderCommit in
DirectoryIndexReader.getIndexCommit() does not support delete?
I think we are getting away from using IndexReader to make changes to
the index, so, I didn't want to enable deleting a commit point from
IndexReader.
Is is proper b