Re: Solr Data Routing

2014-09-02 Thread Erick Erickson
Here's another link: http://searchhub.org/2013/06/13/solr-cloud-document-routing/ I have to ask why you want to do this? If you want to put docs in a particular shard yourself, you have to be very careful that you're not shooting yourself in the foot. Not saying it's a bad idea, but this may be a

Re: Solr Data Routing

2014-09-02 Thread Himanshu Mehrotra
Hi, You can use multi level compositeId routing in solr cloud. Read through the following link http://searchhub.org/2014/01/06/10590/ it should help. Thanks, Himanshu On Tue, Sep 2, 2014 at 1:25 PM, Ankit Jain wrote: > Hi All, > > I want to route data into shards depends on value of input c

Solr Data Routing

2014-09-02 Thread Ankit Jain
Hi All, I want to route data into shards depends on value of input column. For example: I am getting user data and want to store data of user1 on shard1 and user2 on shard2 and so on. Can you please let me know, how we can achieve the above scenario in Solr. -- Thanks, Ankit Jain