munendrasn opened a new pull request #2122:
URL: https://github.com/apache/lucene-solr/pull/2122


   CopyFields are regenerated in case of replace-field or replace-field-type.
   While regenerating, source and destination are checked against fields but 
source/dest
   could match dynamic rule too.
   For example,
   <copyField source="something_s" dest="spellcheck"/>
   <dynamicField name="*_s" type="string"/>
   here, something_s is not present in schema but matches the dynamic rule.
   
   To handle the above case, need to check dynamicFieldCache too while 
regenerating the
   copyFields
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to