Re: Indexing Multiple Languages with solr (Arabic & English)

2013-12-03 Thread Alexandre Rafalovitch
hanks for ur post, > > I donot know how to use "text_ar" fieldtype for Arabic language. What are > the configurations need to add in schema.xml file ? Please guide me. > > > AnilJayanti > > > > -- > View this message in context: > http://lucene.472

Re: Indexing Multiple Languages with solr (Arabic & English)

2013-12-03 Thread aniljayanti
Hi, Thanks for ur post, I donot know how to use "text_ar" fieldtype for Arabic language. What are the configurations need to add in schema.xml file ? Please guide me. AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-Multiple-Languages

Re: Indexing Multiple Languages with solr (Arabic & English)

2013-12-02 Thread Alexandre Rafalovitch
words="lang/stopwords_ar.txt" enablePositionIncrements="true"/> > > > > > > > Please suggest me to configure Arabic indexing and searching. > > Thanks in Advance, > > AnilJayanti > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexing-Multiple-Languages-with-solr-Arabic-English-tp4104580.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Indexing Multiple Languages with solr (Arabic & English)

2013-12-02 Thread aniljayanti
Please suggest me to configure Arabic indexing and searching. Thanks in Advance, AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-Multiple-Languages-with-solr-Arabic-English-tp4104580.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing multiple languages

2011-05-03 Thread Stefan Matheis
> > > In my data-config.xml I have this, only for 1 language: > > >         >                 >         > > > > Now, the only way I can imagine indexing multiple languages is by > duplicating these lines: > > >         >                 >      

Indexing multiple languages

2011-05-02 Thread PeterKerk
nvarchar(50)Unchecked In my data-config.xml I have this, only for 1 language: Now, the only way I can imagine indexing multiple languages is by duplicating these lines: Is

Re: Question regarding indexing multiple languages, stopwords, etc.

2011-02-21 Thread Otis Gospodnetic
ecosystem search :: http://search-lucene.com/ - Original Message > From: Greg Georges > To: "solr-user@lucene.apache.org" > Sent: Mon, February 21, 2011 4:27:46 PM > Subject: Question regarding indexing multiple languages, stopwords, etc. > > Hello all, >

Question regarding indexing multiple languages, stopwords, etc.

2011-02-21 Thread Greg Georges
Hello all, I have gotten my DataImporthandler to index my data from my MySQL database. I was looking at the schema tool and noticing that stopwords in different languages are being indexed as terms. The 6 languages we have are English, French, Spanish, Chinese, German and Italian. Right now I