On Thu, Mar 31, 2011 at 9:51 AM, Patrick ALLAERT
<patrick.alla...@gmail.com> 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?

this isn't the case, there's no unicode limitation here.

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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to