Hi Erik,
never mind.
Can't reproduce this strange behavior.
Obviously stopping and starting of solr solved this.
Thanks,
Bernd
Am 13.04.2011 16:00, schrieb Erik Hatcher:
What does the parsed query look like with debugQuery=true for both scenarios?
Any difference?
Doesn't make any sense that echoParams would have an effect, unless somehow
your search client is relying on parameters returned to do something with
them.?!
Erik
On Apr 13, 2011, at 09:57 , Bernd Fehling wrote:
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