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 2012/11/02 11:09:23 UTC

[Solr Wiki] Trivial Update of "AnalyzersTokenizersTokenFilters" by Umesh Prasad

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 Umesh Prasad:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=137&rev2=138

Comment:
Updated broken analyzer link to solr/lucene 4.0

  
  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-BETA/analyzers-common/index.html|Lucene javadocs]] and [[http://lucene.apache.org/solr/api/org/apache/solr/analysis/package-summary.html|Solr javadocs]] for the main features.  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_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 information about some language-specific Tokenizers and !TokenFilters available in Solr, please consult LanguageAnalysis.