wildcard queries are not first passed through an analyzer. See
http://wiki.apache.org/lucene-java/LuceneFAQ#head-4d62118417eaef0dcb87f4370583f809848ea695
"Are Wildcard Queries Case Sensitive", which also has an explanation
of *why* wildcards aren't passed through an analyzer.
So, assuming you
Hi,
I have a strange Solr behaviour when the request first word
includes a upper case character and a wildcard : no result.
I quickly searched into Solr issue tracker but didn't find anything about...
Example:
"S?lr" => no result
"s?Lr?" => no result
"s?lr" => result = "Solr"
java