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 Joe Calderon <ca...@gmail.com> on 2009/08/27 20:32:09 UTC

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

is very helpful but i would like to go through additional filters to
make sure im not reinventing the wheel adding my own

--joe

Re: extended documentation on analyzers

Posted by Chris Hostetter <ho...@fucit.org>.
: 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


Re: extended documentation on analyzers

Posted by Walter Underwood <wu...@wunderwood.org>.
If you have a specific need, ask on this list. That worked for me. I  
don't think I would have recognized KeywordAnalyzer as the one I wanted.

wunder

On Aug 27, 2009, at 11:32 AM, Joe Calderon wrote:

> 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
>
> is very helpful but i would like to go through additional filters to
> make sure im not reinventing the wheel adding my own
>
> --joe
>