This is a small fix that allows users to write custom fieldType elements which will get included in the generated schema that is uploaded to Solr.
I think this is going to be a temporary solution because it only allows users to append fieldType elements to the types container. I foresee a need in the future where configuring the schema needs to be more flexible to allow users to add types, fields and customize other aspects of the schema.
This is a small fix that allows users to write custom
fieldType
elements which will get included in the generated schema that is uploaded to Solr.I think this is going to be a temporary solution because it only allows users to append
fieldType
elements to thetypes
container. I foresee a need in the future where configuring the schema needs to be more flexible to allow users to add types, fields and customize other aspects of the schema.But for now, this gets us moving...