Hi,
Agree that this is annoying for foreign languages. I get the idea behind the
original behaviour, but there could be more elegant ways of handling it. It
would make sense to always run the CharFilters. Perhaps a mechanism where
TokenFilters can be tagged for exclusion from wildcard terms wou
Ah, NOW I got it. It's not a bug, it's a feature.
But that would mean, that every character-manipulation (e.g.
char-mapping/replacement, Porter-Stemmer in some cases ...) would cause a
wildcard-query to fail. That too bad.
But why? What's the Problem with passing the prefix through the
analyzer/
I don't get you. Did I wrote something of an Analyzer? Actually not.
--
View this message in context:
http://lucene.472066.n3.nabble.com/wildcards-and-German-umlauts-tp499972p2999074.html
Sent from the Solr - User mailing list archive at Nabble.com.
Wildcard queries are not passed through an analyzer.
> Ah, BTW,
>
> since the problem seems to be a query-parser-issue a simple workarround
> could be done by simple replace all Umlauts with ASCII-Characters (ä = ae,
> ö = oe, ü = ue for example) before sending the query to Solr and use a
> solr.
Ah, BTW,
since the problem seems to be a query-parser-issue a simple workarround
could be done by simple replace all Umlauts with ASCII-Characters (ä = ae, ö
= oe, ü = ue for example) before sending the query to Solr and use a
solr.MappingCharFilterFactory with the same replacements (ä = ae, ö = o
Hi,
"if i type complete word (such as "übersicht").
But there are no hits, if i use wildcards (such as "über*")
Searching with wildcards and without umlauts works as well."
I can confirm that.
Greetz,
Sebastian
--
View this message in context:
http://lucene.472066.n3.nabble.com/wildcards-an
Hi,
I've got the same problem: searching using wildcards and umlaut -> no
results.
Just as you descriped it:
"if i type complete word (such as "übersicht").
But there are no hits, if i use wildcards (such as "über*")
Searching with wildcards and without umlauts works as well."
Anyone found the
On Dienstag, 15. Januar 2008, Alexey Shakov wrote:
> Index-searching works, if i type complete word (such as "übersicht").
> But there are no hits, if i use wildcards (such as "über*")
> Searching with wildcards and without umlauts works as well.
Maybe this describes your problem on the Lucene le