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 2011/10/15 06:08:52 UTC

[Solr Wiki] Trivial Update of "LanguageDetection" by KojiSekiguchi

Dear Wiki user,

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

The "LanguageDetection" page has been changed by KojiSekiguchi:
http://wiki.apache.org/solr/LanguageDetection?action=diff&rev1=9&rev2=10

Comment:
Let's see 0.10 rather than 0.9

  
  = Introduction =
  
- This feature adds the ability to detect the language of a document before indexing and then make appropriate decisions about analysis, etc. It is implemented as an UpdateRequestProcessor, and currently relies on Tika's language detection capabilities, which covers many, but not all, languages.  See http://tika.apache.org/0.9/detection.html for more information on the languages supported.
+ This feature adds the ability to detect the language of a document before indexing and then make appropriate decisions about analysis, etc. It is implemented as an UpdateRequestProcessor, and currently relies on Tika's language detection capabilities, which covers many, but not all, languages.  See http://tika.apache.org/0.10/detection.html for more information on the languages supported.
  
  The component also supports automatic renaming of fields according to detected language and other advanced parameters, all explained in the next section.