[ 
https://issues.apache.org/jira/browse/LUCENE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Busch updated LUCENE-2555:
----------------------------------

    Attachment: lucene-2555.patch

Checkpointing what I have so far:

- Removed writing part of shared doc stores
- Reading part is kept for backwards compatibility.  TestBackwardsCompatibility 
passes.
- Removed DocumentsWriterPerThread.DocWriter and all its subclasses

Some testcases fail still.  Next I will look into removing PerDocBuffer, 
exception handling,
and then fix the failing tests.

> Remove shared doc stores
> ------------------------
>
>                 Key: LUCENE-2555
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2555
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Minor
>             Fix For: Realtime Branch
>
>         Attachments: lucene-2555.patch
>
>
> With per-thread DocumentsWriters sharing doc stores across segments doesn't 
> make much sense anymore.
> See also LUCENE-2324.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to