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:

segment merge in solr not happening

2017-10-23 Thread chandrushanmugasundaram
I find the Lucene segments in the backend is not merging and the segment count increases to a lot. I changed the merge policy from LogByteSizeMergePolicy to TieredMergePolicy I tried altering properties according to the solr documentation but still, my segments are high. I am using solr 6.1.X.

Sharding of index data takes long time.

2017-06-27 Thread chandrushanmugasundaram
I am just trying to shard my index data of size 22GB(1.7M documents) into three shards. The total time for splitting takes about 7 hours. In used the same query that is mentioned in solr collections API. Is there anyway to do that quicker. Can i use REBALANCE API . is that secured?? Is there