You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2009/09/02 01:53:38 UTC

Re: extended documentation on analyzers

: is there an online resource or a book that contains a thorough list of
: tokenizers and filters available and their functionality?
: 
: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

...from the intro on that page...

  For a more complete list of what Tokenizers and TokenFilters come out of 
  the box, please consult the [WWW] javadocs for the analysis package. if 
  you have any tips/tricks you'd like to mention about using any of these 
  classes, please add them below.

...with a link to...

http://lucene.apache.org/solr/api/org/apache/solr/analysis/package-summary.html


-Hoss