You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2014/04/17 09:11:46 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by AlexandreRafalovitch

Dear Wiki user,

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

The "AnalyzersTokenizersTokenFilters" page has been changed by AlexandreRafalovitch:
https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=154&rev2=155

Comment:
Fixed the documentation links to go to more recent version of Solr and Lucene (direct link, smart rewrite wasn't working). Adding a link to a new source.

  
  Analyzers, per field type, are configured in the [[SchemaXml|Solr Schema]].
  
- For a more complete list of what Tokenizers and !TokenFilters come out of the box, please consult the [[http://lucene.apache.org/core/4_0_0/index.html|Lucene javadocs]] and [[http://lucene.apache.org/solr/4_0_0/|Solr javadocs]] for the main features. Please look at analyzer-*. There are quite a few. if you have any tips/tricks you'd like to mention about using any of these classes, please add them below.
+ For a more complete list of what Tokenizers and !TokenFilters come out of the box, please consult the [[http://lucene.apache.org/core/4_7_0/index.html|Lucene javadocs]], [[http://lucene.apache.org/solr/4_7_0/|Solr javadocs]], and [[http://www.solr-start.com/info/analyzers/|Automatically generated list at solr-start.com]]. Please look at analyzer-*. There are quite a few. if you have any tips/tricks you'd like to mention about using any of these classes, please add them below.
  
  For information about some language-specific Tokenizers and !TokenFilters available in Solr, please consult LanguageAnalysis.