Re: lang.fallback doesn't work when using lang.fallbackFields

2013-07-28 Thread Sam Dillingham
unsubscribe On Sun, Jul 28, 2013 at 5:59 PM, Jan Høydahl wrote: > Hi, > > Looking at the code, you are right. Whitelist processing is only done on > detected languages, not on the fallback or fallbackFields languages, since > these are assumed to be correct. Thus you should not pass in a fallba

Re: lang.fallback doesn't work when using lang.fallbackFields

2013-07-28 Thread Jan Høydahl
Hi, Looking at the code, you are right. Whitelist processing is only done on detected languages, not on the fallback or fallbackFields languages, since these are assumed to be correct. Thus you should not pass in a fallback language, either in the input document or with langid.fallback which ca

lang.fallback doesn't work when using lang.fallbackFields

2013-07-07 Thread adfel70
Hi I'm trying to index a set of documents with solr's language detection component. I set user_lan en,it en In some documents user_lan has 'sk', solr falls-back to 'sk' ,which is not in the whitelist, and instead of falling back to 'en' as stated here