Hi dear SOLR community, I'm having a problem with a dynamic field in my schema - basically when I'm adding any document with key matching dynamic field definition I'm getting back an error which says something like unknown field 'test_exattrs'
The schema contains such definition <dynamic_field name="*_exattrs" type="string" indexed="true" stored="true"/> SOLR version 4.7.2 What might be wrong with my setup? Thanks, Anton