ScaleUnlimited / cascading.solr

Cascading scheme for Solr
27 stars 13 forks source link

Don't choke on Solr dynamic fields #10

Open ldcasillas-progreso opened 8 years ago

ldcasillas-progreso commented 8 years ago

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.