[
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
Changed the patch to also remove PerDocBuffer. It changes StoredFieldsWriter
and TermVectorsTermsWriter to write the data directly to the final IndexOutput,
without buffering it in a temporary PerDocBuffer.
Several tests still fail due to exception handling or thread-safety problems
(which is expected - haven't tried very hard to fix them yet). I will commit
this patch to the realtime branch and work on fixing the tests with a separate
issue.
> 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, 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: [email protected]
For additional commands, e-mail: [email protected]