You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Henrik (JIRA)" <ji...@apache.org> on 2016/07/12 13:07:20 UTC

[jira] [Commented] (SOLR-8621) solrconfig.xml: deprecate/replace with

    [ https://issues.apache.org/jira/browse/SOLR-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372847#comment-15372847 ] 

Henrik commented on SOLR-8621:
------------------------------

Hi [~cpoerschke] and others,

I couldn't find an upgrade document for {{mergeFactor}}, so I'll just ask here.  This is my current config:
{code}<indexConfig>
        <mergeFactor>6</mergeFactor>
        <maxIndexingThreads>8</maxIndexingThreads>
</indexConfig>{code}
If want the exact same behaviour as I currently have, how should it look in Solr6?  I can't find mention of {{maxIndexingThreads}} in https://cwiki.apache.org/confluence/display/solr/IndexConfig+in+SolrConfig and I haven't figured out if the "old" policy is {{TieredMergePolicyFactory}} or 
{{LogMergePolicy}}.  

Thanks.

> solrconfig.xml: deprecate/replace <mergePolicy> with <mergePolicyFactory>
> -------------------------------------------------------------------------
>
>                 Key: SOLR-8621
>                 URL: https://issues.apache.org/jira/browse/SOLR-8621
>             Project: Solr
>          Issue Type: Task
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>             Fix For: 5.5, 6.0
>
>         Attachments: SOLR-8621-example_contrib_configs.patch, SOLR-8621-example_contrib_configs.patch, SOLR-8621.patch, explicit-merge-auto-set.patch
>
>
> *<mergePolicyFactory> end-user benefits:*
> * Lucene's UpgradeIndexMergePolicy can be configured in Solr
> * Lucene's SortingMergePolicy can be configured in Solr (with SOLR-5730)
> * customisability: arbitrary merge policies including wrapping/nested merge policies can be created and configured
> *roadmap:*
> * solr 5.5 introduces <mergePolicyFactory> support
> * solr 5.5 deprecates (but maintains) <mergePolicy> support
> * SOLR-8668 in solr 6.0(\?) will remove <mergePolicy> support 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org