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