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 wrote: > ignoreCase="true" expand="true" > tokenFactory="solr.JapaneseTokenizerFactory" randomAttribute="randomValue"/> I think you have a typo here, it should be tokenizerFactory, not tokenFactory -- lucidimagination.com

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. Here is my synonym.txt 国民経済計算, 国内総生産 I