Re: Default qt on SolrCloud

2012-04-11 Thread Benson Margulies
On Wed, Apr 11, 2012 at 11:19 AM, Erick Erickson wrote: > What does your "query" request handler look like? By adding qt=standard > you're specifying the standard request handler, whereas your > ...solr/query?q=*:* format goes at the request handler you named > "query" which presumably you've defi

Re: Default qt on SolrCloud

2012-04-11 Thread Erick Erickson
What does your "query" request handler look like? By adding qt=standard you're specifying the standard request handler, whereas your ...solr/query?q=*:* format goes at the request handler you named "query" which presumably you've defined in solrconfig.xml... What does &debugQuery=on show? Best Er

Default qt on SolrCloud

2012-04-10 Thread Benson Margulies
After I load documents into my cloud instance, a URL like: http://localhost:PORT/solr/query?q=*:* finds nothing. http://localhost:PORT/solr/query?q=*:*&qt=standard finds everything. My custom request handlers have 'default="false"'. What have I done?