Maybe a filter like ISOLatin1AccentFilter that doesn't get applied when
using wildcards? How do the terms actually appear in the index?
Jens
On 05/23/2012 01:19 PM, spr...@gmx.eu wrote:
No one an idea....?
Thx.
The text may contain "FooBar".
When I do a wildcard search like this: "Foo*" - no hits.
When I do a wildcard search like this: "foo*" - doc is
found.
Please see http://wiki.apache.org/solr/MultitermQueryAnalysis
Well, it works in 3.6. With one exception: If I use german umlauts it does
not work anymore.
Text: Bär
Bä* -> no hits
Bär -> hits
What can I do in this case?
Thank you