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 2013/02/06 13:37:19 UTC

[Solr Wiki] Update of "LanguageDetection" by JanHoydahl

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 JanHoydahl:
http://wiki.apache.org/solr/LanguageDetection?action=diff&rev1=15&rev2=16

Comment:
Clarification about langid.whitelist

  == langid.whitelist ==
  Specifies an optional list of language codes that shall be the only allowed outputs from language identification. This means that if another language is detected, it will not be accepted and you'll fall back to fallback language. This is great in combination with langid.map=true to make sure you only index documents into fields that exist in your schema.
  
- '''Value:''' A comma separated list of language codes accepted
+ '''Value:''' A comma separated list of language codes accepted. Note that these are codes as output from your detector '''before''' mapping with langid.map.lcmap
  
  '''Default:''' (Empty - all languages are allowed)