Re: distrib=false is not honoring

2014-05-16 Thread Aman Tandon
sponse 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 try

Re: distrib=false is not honoring

2014-05-16 Thread Shawn Heisey
> 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 >

Re: distrib=false is not honoring

2014-05-16 Thread Aman Tandon
m 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

Re: distrib=false is not honoring

2014-05-14 Thread Aman Tandon
I also tried it to query specific shard to make sure that the unique record is present in different shards but still no success. http://localhost:8983/solr/mcats/select?q.alt=id:174060&shards=localhost:8983/solr/mcats http://localhost:8983/solr/mcats/select?q.alt=id:174060&shards=localhost:1983/so

distrib=false is not honoring

2014-05-14 Thread Aman Tandon
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

Re: distrib=false is not honoring

2014-05-14 Thread Jack Krupansky
at 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 i