Re: Merging is not taking place with tiered merge policy

2017-10-23 Thread Erick Erickson
1> merging takes place up until the max segment size is reached (5G in the default TieredMergePolicy). 2> there are a couple of options, again config changes for TieredMergePolicy 10 might help. You could also try upping this (the default is 5G). 5000 Best, Erick On Mon, Oct 23, 2017 at 10:34

Re: Merging is not taking place with tiered merge policy

2017-10-23 Thread chandrushanmugasundaram
Thanks eric. (Beginner in solr). Few questions. 1. Does merging take place only when we have deleted docs? When my segments reach a count of 35+ the search is getting slow.Only on performing force merge to index the search is efficient. 2. Is there any way we can reduce the number of segments

Re: Merging is not taking place with tiered merge policy

2017-10-23 Thread chandrushanmugasundaram
Amrit, Thanks for your reply. I have removed that 1000 1 15 false 1024 2 2 hdfs 1 0 -- Sent from: http://lucene.472066.n3.nabble.com

Re: Merging is not taking place with tiered merge policy

2017-10-23 Thread Erick Erickson
And please define what you mean by "merging is not working". One parameter is max segments size, which defaults to 5G. Segments at or near that size are not eligible for merging unless they have around 50% deleted docs. Best, Erick On Mon, Oct 23, 2017 at 3:11 AM, Amrit Sarkar wrote: > Chandru,

Re: Merging is not taking place with tiered merge policy

2017-10-23 Thread Amrit Sarkar
Chandru, Didn't try the above config bu whyt have you defined both "mergePolicy" and "mergePolicyFactory"? and pass different values for same parameters? > 10 > 1 > > > 10 > 10 > > Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter http://

Merging is not taking place with tiered merge policy

2017-10-22 Thread Chandru Shanmugasundaram
The following is my solrconfig.xml 1000 1 15 false 1024 10 1 10 10 hdfs 1 0 Please let me know if should I tweak something above -- Thanks, Chandru.S