RE: Problem with document routing with Solr 4.2.1

2013-05-24 Thread Jean-Sebastien Vachon
ebastien.vac...@wantedanalytics.com] Sent: May-23-13 2:57 PM To: solr-user@lucene.apache.org Subject: RE: Problem with document routing with Solr 4.2.1 I must add the shard.keys= does not return anything on two on my nodes. But that is to be expected since I'm using a replicat

RE: Problem with document routing with Solr 4.2.1

2013-05-23 Thread Jean-Sebastien Vachon
13 11:27 AM To: solr-user@lucene.apache.org Subject: RE: Problem with document routing with Solr 4.2.1 If that can help.. adding distrib=false or shard.keys= is giving back results. -Original Message- From: Jean-Sebastien Vachon [mailto:jean-sebastien.vac...@wantedanalytics.com] Sent

RE: Problem with document routing with Solr 4.2.1

2013-05-23 Thread Jean-Sebastien Vachon
Subject: Re: Problem with document routing with Solr 4.2.1 That's strange. The default value of "rows" param is 10 so you should be getting 10 results back unless your StandardRequestHandler config in solrconfig has set "rows" to 0 or if none of your fields are stored. On

RE: Problem with document routing with Solr 4.2.1

2013-05-23 Thread Jean-Sebastien Vachon
Re: Problem with document routing with Solr 4.2.1 That's strange. The default value of "rows" param is 10 so you should be getting 10 results back unless your StandardRequestHandler config in solrconfig has set "rows" to 0 or if none of your fields are stored. On Thu, May

Re: Problem with document routing with Solr 4.2.1

2013-05-23 Thread Shalin Shekhar Mangar
That's strange. The default value of "rows" param is 10 so you should be getting 10 results back unless your StandardRequestHandler config in solrconfig has set "rows" to 0 or if none of your fields are stored. On Thu, May 23, 2013 at 7:40 PM, Jean-Sebastien Vachon < jean-sebastien.vac...@wanteda

Problem with document routing with Solr 4.2.1

2013-05-23 Thread Jean-Sebastien Vachon
Hi All, I just started indexing data in my brand new Solr Cloud running on 4.2.1. Since I am a big user of the grouping feature, I need to route my documents on the proper shard. Following the instruction found here: http://docs.lucidworks.com/display/solr/Shards+and+Indexing+Data+in+SolrCloud I