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

Noble Paul commented on SOLR-1447:
----------------------------------

This would mean that the configuration of mergePolicy and mergeScheduler become 
as follows

{code:xml}
<mergePolicy class="org.apache.lucene.index.LogByteSizeMergePolicy" 
mergeFactor="-1"/>
<mergeSceduler class="org.apache.lucene.index.ConcurrentMergeScheduler" />
{code}
any setters of the class can be invoked on these classes by keeping attributes

> Simple property injection 
> --------------------------
>
>                 Key: SOLR-1447
>                 URL: https://issues.apache.org/jira/browse/SOLR-1447
>             Project: Solr
>          Issue Type: Improvement
>          Components: update
>    Affects Versions: 1.4
>            Reporter: Jason Rutherglen
>            Assignee: Noble Paul
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1447.patch
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> MergePolicy and MergeScheduler require property injection.  We'll allow these 
> and probably other cases in this patch using Java reflection.

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

Reply via email to