You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2006/05/16 20:57:20 UTC

[Solr Wiki] Trivial Update of "AnalyzersTokenizersTokenFilters" by RespaldoD

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by RespaldoD:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

------------------------------------------------------------------------------
  </fieldtype>
  }}}
  
- Any Analyzer, !TokenizerFactory, or !TokenFilterFactory may be specified using it's full class name with package -- just make sure they are in Solr's classpath when you start your appserver.  Classes in the "`org.apache.solr.analysis.*`" package can be referenced using the short alias "`solr.*`".
+ Any Analyzer, !TokenizerFactory, or !TokenFilterFactory may be specified using its full class name with package -- just make sure they are in Solr's classpath when you start your appserver.  Classes in the "`org.apache.solr.analysis.*`" package can be referenced using the short alias "`solr.*`".
  
  If you want to use custom Tokenizers or !TokenFilters, you'll need to write a very simple factory that subclasses !BaseTokenizerFactory or !BaseTokenFilterFactory, something like this...
  {{{