On Thu, Mar 31, 2011 at 9:51 AM, Patrick ALLAERT
<[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to