Solr schemas support a dynamicField xml element that allows documents to have an open-ended field set that matches input field names by wildcard. This scheme currently fails on such field names. This pull request modifies the unit test suite to exercise such fields (which were already defined in the test schema), and fixes the validation to not choke on them.
Solr schemas support a
dynamicField
xml element that allows documents to have an open-ended field set that matches input field names by wildcard. This scheme currently fails on such field names. This pull request modifies the unit test suite to exercise such fields (which were already defined in the test schema), and fixes the validation to not choke on them.