Re: Hindi language support in solr

2010-01-22 Thread Ranveer kumar
Hi Robert, Thanks for reply. As you write, I used "textgen" but still not able to search hindi text. Might be missing some important configuration. following is my schema.xml configuration

Re: Hindi language support in solr

2010-01-21 Thread Robert Muir
hello, take a look at field type "textgen" (a general unstemmed text field) the whitespacetokenizer + worddelimiterfilter used by this type will work correctly for hindi tokenization and punctuation. On Thu, Jan 21, 2010 at 10:55 AM, Ranveer kumar wrote: > Hi all, > > I am very new in solr. > I