[ https://issues.apache.org/jira/browse/LUCENE-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael McCandless updated LUCENE-1329: --------------------------------------- Attachment: LUCENE-1329.patch Attached new rev of this patch. I think it's ready to commit. I'll wait a few days. Changes: * Updated javadocs. * Stated clearly that in 3.0 the default for readOnly will switch from false to true. * Factored out IndexReader.READ_ONLY_DEFAULT so we have one clear place to change from false to true, in 3.0. > Remove synchronization in SegmentReader.isDeleted > ------------------------------------------------- > > Key: LUCENE-1329 > URL: https://issues.apache.org/jira/browse/LUCENE-1329 > Project: Lucene - Java > Issue Type: Improvement > Components: Index > Affects Versions: 2.3.1 > Reporter: Jason Rutherglen > Assignee: Michael McCandless > Priority: Trivial > Fix For: 2.4 > > Attachments: LUCENE-1329.patch, LUCENE-1329.patch, lucene-1329.patch > > > Removes SegmentReader.isDeleted synchronization by using a volatile > deletedDocs variable on Java 1.5 platforms. On Java 1.4 platforms > synchronization is limited to obtaining the deletedDocs reference. -- 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]