Movement
Movement copied to clipboard
Better handling of namespace lookup when ingesting the XSDs via Solr Data Import.
Currently we are using the file path in order to assign the namespace, namespace prefix, and id (since it uses namespace prefix). This option is not efficient, requires more code, and less certainty about the true namespace of an entity.
Other options should be explored to discern which namespace (file) that a particular entity belongs to.