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 <deepugupt...@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 >