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
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
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
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
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
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