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 Deepak Gupta <de...@gmail.com> on 2012/12/05 04:56:28 UTC

Help for multi-language support

Hi,


I am working on a search engine wit use of Lucene Indexing.

Can anyone help me in supporting multi-language for index creation and
search from index?


Thanks,
Deepak

Re: Help for multi-language support

Posted by parnab kumar <pa...@gmail.com>.
Hi Deepak ,

Lucene already has multi-language support . For any language you just need
to write the custom Analyzer for that language .While indexing you can
configure the indexer to use the custom analyzer  as and when needed .
During searching also, the same applies .You just need to provide the
required analyzer to the query parser.

Thanks,
Parnab
IIT kharagpur

On Wed, Dec 5, 2012 at 9:26 AM, Deepak Gupta <de...@gmail.com> wrote:

> Hi,
>
>
> I am working on a search engine wit use of Lucene Indexing.
>
> Can anyone help me in supporting multi-language for index creation and
> search from index?
>
>
> Thanks,
> Deepak
>