Re: half width katakana

2009-04-28 Thread Koji Sekiguchi
Chris Hostetter wrote: : The exception is expected if you use CharStream aware Tokenizer without : CharFilters. Koji: i thought all of the casts had been eliminated and replaced with a call to CharReader.get(Reader) ? Yeah, right. After r758137, ClassCastException should be eliminated. h

Re: half width katakana

2009-04-28 Thread Chris Hostetter
: The exception is expected if you use CharStream aware Tokenizer without : CharFilters. Koji: i thought all of the casts had been eliminated and replaced with a call to CharReader.get(Reader) ? : Please see example/solr/conf/schema.xml for the setting of CharFilter and : CharStreamAware*Tokeni

Re: half width katakana

2009-04-28 Thread Koji Sekiguchi
Ashish P wrote: I want to convert half width katakana to full width katakana. I tried using cjk analyzer but not working. Does cjkAnalyzer do it or is there any other way?? CharFilter which comes with trunk/Solr 1.4 just covers this type of problem. If you are

Re: half width katakana

2009-04-28 Thread Ashish P
ter this should I be using same cjkAnalyzer or use charFilter?? >> Thanks, >> Ashish >> >> >> Koji Sekiguchi-2 wrote: >> >>> Ashish P wrote: >>> >>>> I want to convert half width katakana to full width katak

Re: half width katakana

2009-04-28 Thread Koji Sekiguchi
zer or use charFilter?? Thanks, Ashish Koji Sekiguchi-2 wrote: Ashish P wrote: I want to convert half width katakana to full width katakana. I tried using cjk analyzer but not working. Does cjkAnalyzer do it or is there any other way?? CharFilter which comes with trunk/Solr 1.4 j

Re: half width katakana

2009-04-27 Thread Ashish P
After this should I be using same cjkAnalyzer or use charFilter?? Thanks, Ashish Koji Sekiguchi-2 wrote: > > Ashish P wrote: >> I want to convert half width katakana to full width katakana. I tried >> using >> cjk analyzer but not working. >> Does cjkAnalyzer d

Re: half width katakana

2009-04-27 Thread Koji Sekiguchi
Ashish P wrote: I want to convert half width katakana to full width katakana. I tried using cjk analyzer but not working. Does cjkAnalyzer do it or is there any other way?? CharFilter which comes with trunk/Solr 1.4 just covers this type of problem. If you are using Solr 1.3, try the patch

half width katakana

2009-04-27 Thread Ashish P
I want to convert half width katakana to full width katakana. I tried using cjk analyzer but not working. Does cjkAnalyzer do it or is there any other way?? -- View this message in context: http://www.nabble.com/half-width-katakana-tp23270186p23270186.html Sent from the Solr - User mailing list