You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Busch (JIRA)" <ji...@apache.org> on 2010/07/23 18:54:52 UTC

[jira] Updated: (LUCENE-2555) Remove shared doc stores

     [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org