Hello,

Prior to the implementation of SOLR-3251
<https://issues.apache.org/jira/browse/SOLR-4503>, it seems it was possible
to create dynamic fields using multiple 'glob' characters.

e.g. <dynamicField name="*Idx*" type="int" indexed="true" stored="true"/>

Since this commit
<https://github.com/apache/lucene-solr/commit/5cbf7f54c38924c19f9cdc347c729abfd7b17076#diff-ca2b07d8a1eaf45cdb5e73eba102ba38R423>,
a constraint has been added that the name of a dynamic field must either
start or end with '*', but not both. Was this decision discussed anywhere?
It's causing a schema of mine to break after upgrading and I'm just curious
if there was a technical reason for implementing this constraint.

Thank you,

Frank

P.S. I've asked a related question
<http://stackoverflow.com/q/33747996/953327> on StackOverflow.

Reply via email to