The q.alt param specifies only the parameter to use if the q parameter is
missing. Could you verify whether that is really the case? Typically
solrconfig gives a default of "*:*" for the q parameter. Specifying a query
via the q.alt parameter seems like a strange approach - what is your
rationale?
What is this odd "mcat.intent" query response writer type that you are
specifying with the qt parameter?
-- Jack Krupansky
-----Original Message-----
From: Aman Tandon
Sent: Wednesday, May 14, 2014 1:35 AM
To: solr-user@lucene.apache.org
Subject: distrib=false is not honoring
I am trying to use the solr cloud for solr 4.2.0 and solr 4.7.1.
Here mcats is our collection name.
*With solr 4.2*
shard1: localhost:8019
shard1: localhost:6019
*With solr 4.7.1*
shard1: localhost:8983
shard1: localhost:1983
With both the server i make the copy of example directory as mentioned in
wiki, and queried over the both nodes
*query 1*:
http://localhost:8983/solr/mcats/select?q.alt=id:69763&distrib=false&qt=mcat.intent
*query 2*:
http://localhost:1983/solr/mcats/select?q.alt=id:69763&distrib=false&qt=mcat.intent
total number of docs count become half but i search for specific id then
the result is same, if distrib=false this enables to search on particular
node then one of these node should not return the return the result. If i
am incorrect please help me out to test that one record is present in one
shard only.
With Regards
Aman Tandon