| Set the params (analyzerClassName only), Comma-separate list of Analyzer class names. If the Analyzer lives in
org.apache.lucene.analysis, the name can be shortened by dropping the o.a.l.a part of the Fully Qualified Class Name.
Example Declaration: {"NewAnalyzer" NewAnalyzer(WhitespaceAnalyzer, SimpleAnalyzer, StopAnalyzer, standard.StandardAnalyzer) >
Parameters: params - analyzerClassName, or empty for the StandardAnalyzer |