You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jason Rutherglen (JIRA)" <ji...@apache.org> on 2008/12/10 02:18:44 UTC

[jira] Updated: (LUCENE-1484) Remove SegmentReader.document synchronization

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

Jason Rutherglen updated LUCENE-1484:
-------------------------------------

    Attachment: LUCENE-1484.patch

LUCENE-1484.patch

- FieldsReader implements Cloneable
- fieldsReaderLocal added to SegmentReader
- TestIndexReader, TestFieldsReader, TestSegmentReader, TestParallelMultiSearcher passes

> Remove SegmentReader.document synchronization
> ---------------------------------------------
>
>                 Key: LUCENE-1484
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1484
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index
>    Affects Versions: 2.4
>            Reporter: Jason Rutherglen
>         Attachments: LUCENE-1484.patch
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> This is probably the last synchronization issue in Lucene.  It is the document method in SegmentReader.  It is avoidable by using a threadlocal for FieldsReader.  

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