On Thu, Mar 31, 2011 at 9:51 AM, Patrick ALLAERT wrote:
Hello,
Facing a Solr issue, I have been told that queries with a term like:
Kiinteistösih*
will not match the Finnish word "Kiinteistösihteeri" and that it's a
known limitation of Lucene.
Instead, using the word directly, without wildcard, works.
Do you confirm this a known limitation/bug?
If so do you have any registered issue about that?
Hello,
Facing a Solr issue, I have been told that queries with a term like:
Kiinteistösih*
will not match the Finnish word "Kiinteistösihteeri" and that it's a
known limitation of Lucene.
Instead, using the word directly, without wildcard, works.
Do you confirm this a known limitation/bug?
If so do you have any registered issue about that?
more likely, your analyzer is configured to lowercase text, so in the
index Kiinteistösihteeri is really kiinteistösihteeri
in other words, try kiinteistösih* and see how that works.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org