Re: solr meger policy

2012-10-04 Thread jame vaalet
thanks Tomaz. On 4 October 2012 19:56, Tomás Fernández Löbbe wrote: > TieredMergePolicy is the default in Solr since 3.3. See > https://issues.apache.org/jira/browse/SOLR-2567 It is still the default > for > 4.0, so you should have the same MergePolicy in 3.4 and 3.6. > > > > On Thu, Oct 4, 2012

Re: solr meger policy

2012-10-04 Thread Tomás Fernández Löbbe
TieredMergePolicy is the default in Solr since 3.3. See https://issues.apache.org/jira/browse/SOLR-2567 It is still the default for 4.0, so you should have the same MergePolicy in 3.4 and 3.6. On Thu, Oct 4, 2012 at 9:14 AM, jame vaalet wrote: > Thats the first thing i tried, but it had only m

Re: solr meger policy

2012-10-04 Thread jame vaalet
Thats the first thing i tried, but it had only merge factor and maxmergedocs in it. We have different merge policies like LogMergePolicy , NoMergePolicy

Re: solr meger policy

2012-10-04 Thread Otis Gospodnetic
Hi, Look for the word merge in solrconfig.xml :) Otis -- Performance Monitoring - http://sematext.com/spm On Oct 4, 2012 7:50 AM, "jame vaalet" wrote: > Hi, > I would like to know the different merge policies lucene uses in different > versions of SOLR. I have got 3.4 and 3.6 versions of solr r