Re: How to decide to use Analyzer, AnalyzerFactory, or TokenizerFactory

2007-03-13 Thread Chris Hostetter
: Is there document that describes differences of these approaches, guides : when to use which? there is some guidence in these wiki pages... http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters http://wiki.apache.org/solr/SolrPlugins In general, do what ever is easiest for you ... if yo

How to decide to use Analyzer, AnalyzerFactory, or TokenizerFactory

2007-03-13 Thread Teruhiko Kurosaka
Hello, I am new to solr, and trying to undestand how things work. If I want to use my tokenizer, there seems to be three choices: 1. Write a TokenizerFactory that create() my Tokenizer, and specify the factory in schema.xml. 2. Write an Analyzer that uses my Tokenizer, and specify that Analyzer in