Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't choke on Solr dynamic fields #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ldcasillas-progreso
Copy link

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.

(cherry picked from commit 06512b7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant