You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2008/06/20 22:17:45 UTC

[jira] Updated: (SOLR-603) Support Partial Optimizes

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

Grant Ingersoll updated SOLR-603:
---------------------------------

    Attachment: SOLR-603.patch

Adds capability to do <optimize maxOptimizeSegments="5"/> which means that one can specify the maximum number of segments to leave when doing optimize.  This is useful for controlling how long optimizes take.  Adds test in DirectUpdateHandlerOptimizeTest.

Also deprecates the DirectUpdateHandler.

> Support Partial Optimizes
> -------------------------
>
>                 Key: SOLR-603
>                 URL: https://issues.apache.org/jira/browse/SOLR-603
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>         Attachments: SOLR-603.patch
>
>
> It would be useful if Solr supported Lucene's capability to do partial optimizes.  The associated method on the IndexWriter is [http://lucene.apache.org/java/2_3_2/api/core/org/apache/lucene/index/IndexWriter.html#optimize(int,%20boolean)] and the variations there-in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.