RE: multi language search engine in solr

2017-09-12 Thread Mugeesh Husain
thanks Junte Zhang, its really helpful for me -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

RE: multi language search engine in solr

2017-09-11 Thread Junte Zhang
-Original Message- From: Mugeesh Husain [mailto:muge...@gmail.com] Sent: Monday, September 11, 2017 3:46 AM To: solr-user@lucene.apache.org Subject: Re: multi language search engine in solr Thank you rick for your response. The document document have sepearte of the lanaguage instead of

Re: multi language search engine in solr

2017-09-11 Thread Tommaso Teofili
another thing to consider is what users would expect, would english user search over english docs only ? if yes, the most important task would be to correctly set up / create accurate per language analyzers, otherwise you may consider to also adopt machine translation, either on the search queries

Re: multi language search engine in solr

2017-09-10 Thread Mugeesh Husain
Thank you rick for your response. The document document have sepearte of the lanaguage instead of mix of Arabic, English, Bengali, Hindi, Malay. I coul not find any tokenizer for Malay, can you suggest me if you know please. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.ht

Re: multi language search engine in solr

2017-09-10 Thread Rick Leir
Mugeesh, One important question: will the typical document have a mix of English and Bangla and Hindi? If so, you would probably have them all in one collection. Another thing to think about is the tokenizer. Are all words separated by white space? If not, then you might need to think about whic

multi language search engine in solr

2017-09-10 Thread Mugeesh Husain
Hi I am working on multi language search engine for english,bangla, hindi and indonesia language. can anybody guide me how to configure solr schema. 1.) should i need to configure all the language in a single shard/collection. ? 2.)should I need to configure separate shard/collection for each