Uneven index distribution using composite router

2015-03-26 Thread Shamik Bandopadhyay
Hi, I'm using a three level composite router in a solr cloud environment, primarily for multi-tenant and field collapsing. The format is as follows. *language!topic!url*. An example would be : ENU!12345!www.testurl.com/enu/doc1 GER!12345!www.testurl.com/ger/doc2

Re: Uneven index distribution using composite router

2015-03-26 Thread Erick Erickson
right, when you take over routing, making sure the distribution is even is now your responsibility. Your assumption is that the amount of _text_ in each doc is roughly the same between your three languages, have you verified this? And are you doing anything like copyFields that are kicking in on

Re: Uneven index distribution using composite router

2015-03-26 Thread shamik
to a dedicated shard, both during index and query time. But I'm not sure keeping a map is an efficient way of dealing with it. -- View this message in context: http://lucene.472066.n3.nabble.com/Uneven-index-distribution-using-composite-router-tp4195569p4195591.html Sent from the Solr - User