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/09/25 07:50:42 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters" by LanceXNorskog

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 LanceXNorskog:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=134&rev2=135

Comment:
Document that the factories went to Lucene.

  
  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/solr/api/org/apache/solr/analysis/package-summary.html|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.
+ 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 information about some language-specific Tokenizers and !TokenFilters available in Solr, please consult LanguageAnalysis.
  
@@ -16, +16 @@

   * 1.5.3 : Analyzer
   * Chapter 4.0 through 4.7 at least
  
- Try searches for "analyzer", "token", and "stemming".
+ Try searches for "analyzer", "token", and "stemming". (TODO: update for LIA 2.)
  
  <<TableOfContents>>