Re: Solr Data Routing

2014-09-02 Thread Himanshu Mehrotra
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 > -- Himanshu M

Re: SolrCloud performance issues regarding hardware configuration

2014-07-20 Thread Himanshu Mehrotra
; > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-performance-issues-regarding-hardware-configuration-tp4147843p4148222.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Himanshu Mehrotra Download Our App[imag

Re: Add a new replica to SolrCloud

2014-07-08 Thread Himanshu Mehrotra
Yes, there is a way. One node on which replica needs to be created hit curl ' http://localhost:8983/solr/admin/cores?action=CREATE&name=&collection=&shard=< shardid>' For example curl ' http:/

Re: Changing default behavior of solr for overwrite the whole document on uniquekey duplication

2014-07-08 Thread Himanshu Mehrotra
Please look at https://wiki.apache.org/solr/Atomic_Updates This does what you want just update relevant fields. Thanks, Himanshu On Tue, Jul 8, 2014 at 1:09 PM, Ali Nazemian wrote: > Dears, > Hi, > According to my requirement I need to change the default behavior of Solr > for overwriting the

Re: Solr and SolrCloud repllcation, and load balancing questions.

2014-07-06 Thread Himanshu Mehrotra
che is as useful as it was when it was conceived. > > Bottom line: I wouldn't worry about this one, and I certainly > wouldn't allocate lots of memory to it until and unless I was able > to measure performance gains > > Best, > Erick > > On Sun, Jul 6, 2014 at

Re: Solr and SolrCloud repllcation, and load balancing questions.

2014-07-06 Thread Himanshu Mehrotra
ping disk > seeks down during processing for a particular query. I.e. for a query > returning 10 rows, only 10 docs will be kept here not the 5M rows that > matched. > > Whether 4G is sufficient is not answerable. I've doubled the > memory requirements by changing the query without chang

Solr and SolrCloud repllcation, and load balancing questions.

2014-07-05 Thread Himanshu Mehrotra
Hi, I had three quesions/doubts regarding Solr and SolrCloud functionality. Can anyone help clarify these? I know these are bit long, please bear with me. [A] Replication related - As I understand before SolrCloud, under a classic master/slave replication setup, every 'X' minutes slaves will pull