You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by SBS <jt...@uow.edu.au> on 2011/08/11 06:28:59 UTC

Searching for words containing accents or umlauts?

How can I use Lucene Java to search for words containing accents or umlauts
such as Hürthle, Sézary or Waldenström?  I don't get any matches when I use
the plain characters without accents.  Is it a configuration issue?

Thanks,

-sbs

--
View this message in context: http://lucene.472066.n3.nabble.com/Searching-for-words-containing-accents-or-umlauts-tp3244774p3244774.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Searching for words containing accents or umlauts?

Posted by SBS <jt...@uow.edu.au>.
Thanks, ASCIIFoldingFilter works well.

--
View this message in context: http://lucene.472066.n3.nabble.com/Searching-for-words-containing-accents-or-umlauts-tp3244774p3259979.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Searching for words containing accents or umlauts?

Posted by Simon Willnauer <si...@googlemail.com>.
Hey,

look at ASCIIFoldingFilter and / or ICUFoldingFilter in Lucene 3.3

simon

On Thu, Aug 11, 2011 at 6:28 AM, SBS <jt...@uow.edu.au> wrote:
> How can I use Lucene Java to search for words containing accents or umlauts
> such as Hürthle, Sézary or Waldenström?  I don't get any matches when I use
> the plain characters without accents.  Is it a configuration issue?
>
> Thanks,
>
> -sbs
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/Searching-for-words-containing-accents-or-umlauts-tp3244774p3244774.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org