I have not tried this, but some parts of the solrconfig elements
support setters for sub-elements. So, this might work but probably
won't.

<mergePolicy>org.apache.lucene.index.LogByteSizeMergePolicy
    <maxMergeMB>1024</maxMergeMB>
</mergePolicy>

On Mon, Dec 6, 2010 at 2:34 PM, Burton-West, Tom <tburt...@umich.edu> wrote:
> Lucene has this method to set the maximum size of a segment when merging:
> LogByteSizeMergePolicy.setMaxMergeMB
> (http://lucene.apache.org/java/3_0_2/api/all/org/apache/lucene/index/LogByteSizeMergePolicy.html#setMaxMergeMB%28double%29
> )
>
> I would like to be able to set this in my solrconfig.xml.  Is this
> possible?  If not should I open a JIRA issue or is there some gotcha I am
> unaware of?
>
> Tom
>
> Tom Burton-West
>



-- 
Lance Norskog
goks...@gmail.com

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

Reply via email to