Hi
I'm trying to index a set of documents with solr's language detection
component.
I set
<langid.fallbackFields>user_lan</langid.fallbackFields>
<langid.whitelist>en,it</langid.whitelist>
<langid.fallback>en</langid.fallback>

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
<http://wiki.apache.org/solr/LanguageDetection#langid.fallbackFields>  , I
get an excpetion regarding not having a text_sk field in the schema.

Anyone encountered this behavior?

thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/lang-fallback-doesn-t-work-when-using-lang-fallbackFields-tp4076048.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to