Re: Strange result behavior with wildcard-queries

2011-10-13 Thread Vadim Kisselmann
Hi Erick, thanks for your quick response. I've analyzed it and i've already thought the same. This are the JIRA-Issues: https://issues.apache.org/jira/browse/SOLR-219 https://issues.apache.org/jira/browse/SOLR-2438 Both are still open. I think i wait 1-2 months. Then i write a custom component:)

Re: Strange result behavior with wildcard-queries

2011-10-13 Thread Erick Erickson
Wildcard queries are NOT analyzed. So the fact that your queries that are identical except for case produce different result sets is expected behavior. I believe there's a JIRA to allow limited analysis of wildcard queries, but I confess I don't know what the status of it is. You'll have to do wha