
jira at apache
Nov 7, 2009, 12:13 PM
Post #1 of 1
(148 views)
Permalink
|
|
[jira] Updated: (LUCENE-2043) Fix CommitIndexTask to also commit IndexReader changes
|
|
[ https://issues.apache.org/jira/browse/LUCENE-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2043: --------------------------------------- Attachment: LUCENE-2043.patch Simple patch. Though, I changed IndexReader.commit(Map<String,String>) from protected to public; I'm not sure why we made it protected on the first go. > Fix CommitIndexTask to also commit IndexReader changes > ------------------------------------------------------ > > Key: LUCENE-2043 > URL: https://issues.apache.org/jira/browse/LUCENE-2043 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/benchmark > Reporter: Michael McCandless > Assignee: Michael McCandless > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-2043.patch > > > I'm setting up a benchmark for LUCENE-1458, and one limitation I hit is that the CommitIndexTask doesn't commit pending changes in the IndexReader (eg via DeleteByPercent), using a named commit point. -- 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 [at] lucene For additional commands, e-mail: java-dev-help [at] lucene
|