Using Solr-319 with Solr 3.6.0

2012-08-03 Thread Himanshu Jindal
Hi, I am trying to implement a solr based search engine for japanese language. I am having trouble adding synonym supprt for japanese language. I am using text_ja for my indexed text and I have the following entry in schema.xml for it. fieldType name=text_ja class=solr.TextField

Re: Using Solr-319 with Solr 3.6.0

2012-08-03 Thread Robert Muir
On Fri, Aug 3, 2012 at 12:57 PM, Himanshu Jindal himanshujin...@gmail.com wrote: filter class=solr.SynonymFilterFactory synonyms=synonyms_ja.txt ignoreCase=true expand=true tokenFactory=solr.JapaneseTokenizerFactory randomAttribute=randomValue/ I think you have a typo here, it should be