*Can you elaborate on your comment "There isn't tag indexed". Are you saying that your multiValued "tag" field is not indexed at all, gone, missing? * There aren't any tag_... field despite of indexed=true stored=true for dynamicField
I found the reason, but I don't understand why If I specify <str name="langid.whitelist">en,es</str> There aren't any tag_... field for document ... <field name="tag">español</field> <field name="tag">first</field> <field name="tag">My tag</field> ... If there are these lines in schema.xml <dynamicField name="*_undfnd" type="text_general" indexed=<b>"true"* stored="true" multiValued="true"/><dynamicField name="*_en" type="text_en_splitting" indexed=<b>"true"* stored="true" multiValued="true"/> <dynamicField name="*_es" type="text_es" indexed="true" stored=<b>"false"* multiValued="true"/> But if I specify <dynamicField name="*_es" type="text_es" indexed="true" stored=<b>"true"* multiValued="true"/> There is a *tag_es* : español , first, My tag in the stored document Could you explain, please, how does it work? -- View this message in context: http://lucene.472066.n3.nabble.com/Language-detection-for-multivalued-field-tp4096996p4097013.html Sent from the Solr - User mailing list archive at Nabble.com.