Re: solr Analyzer help

2009-07-21 Thread Chris Hostetter
Any Lucene analyzer that has a no arg constructor can be used in Solr, just specify it by full class name (there is an example of this in the example schema.xml) Any Tokenizer/TokenFilter that exists in the Lucene distribution also gets a Factory in Solr (unless someone forgets) you can use th

solr Analyzer help

2009-07-09 Thread revas
Hi , In the solr 1.3 download ,under the folder src/java/org/apache/solr/analysis I find the following tokenizer classes for other languages (other than English) 1.Chinese tokenizer 2.cjk tokenizer which is not expected to work very well with Japanese for Chinese we already have the Chinese tok