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 Erick On Tue, Apr 10, 2012 at 12:31 PM, Benson Margulies <bimargul...@gmail.com> wrote: > 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?