Hello, I just started to use solr and I experience strange behaviour when it comes to wildcards.
When I use the StandardRequestHandler queries like "eur?p?an" or "eur*an" work fine. But "garden?r" or "admini*tion" do not bring any results (without wildcards there are some of course). All affected fields are of type text, with the standard schema.xml from the example. Does anybody know how to fix this?