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)
  

Reply via email to