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
McCandless <
[EMAIL PROTECTED]> wrote:
>
> 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
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 p
Is there a reason ReaderCommit in DirectoryIndexReader.getIndexCommit() does
not support delete? Is is proper behavior to use SnapshotDeletionPolicy and
then keep the IndexCommit around? What is the difference where the former
does not support delete?