Dear list, after setting "echoParams" to "none" wildcard search isn't working. Only if I set "echoParams" to "explicit" then wildcard is possible.
http://wiki.apache.org/solr/CoreQueryParameters states that "echoParams" is for debugging purposes. We use Solr 3.1.0. Snippet from solrconfig.xml: <requestHandler name="standard" class="solr.SearchHandler" default="true"> <lst name="defaults"> <str name="echoParams">none</str> <!-- <str name="echoParams">explicit</str> --> <str name="wt">xml</str> <int name="rows">10</int> </lst> </requestHandler> Any explanation about this behavior? Regards, Bernd