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=4&rev2=5

  
  '''Default:''' (Empty - by default all fields in langid.fl or langid.map.fl 
will be mapped)
  
- == langid.fallbackField ==
+ == langid.fallbackFields ==
- If no language is detected with sufficient score (see langid.threshold), or 
if the detected language is not in the whitelist (see langid.whitelist), we 
will use the value from this field as the fallback value.
+ If no language is detected with sufficient score (see langid.threshold), or 
if the detected language is not in the whitelist (see langid.whitelist), we 
will lookup the field(s) from {{{langid.fallbackFields}}} one by one to see if 
we find a language code. If found it will be used as the fallback language. If 
not, we will continue to look for {{{langid.fallback}}}
  
- '''Value:''' Name of a field which may contain a language code
+ '''Value:''' Comma separated list of field names in which to look for 
language code. May be only one as well.
  
  '''Default:''' (Empty - not used)
  

Reply via email to