[jira] Created: (LUCENE-2043) Fix CommitIndexTask to also commit IndexReader changes

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (LUCENE-2043) Fix CommitIndexTask to also commit IndexReader changes

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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


[jira] Updated: (LUCENE-2043) Fix CommitIndexTask to also commit IndexReader changes

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


[jira] Resolved: (LUCENE-2043) Fix CommitIndexTask to also commit IndexReader changes

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Michael McCandless resolved LUCENE-2043.
----------------------------------------

    Resolution: Fixed

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