I'm trying to load or delete entities in data-config in runtime, changing the data-config.xml file, reload and delete or full-import as needed.My question is: does data-config gets loaded into memory in runtime an reload only, that is, can I change the file while solr is importing or deleting data? Another question: to delete documents, a different handler from import is used (update), is it problematic to delete documents from a determinate entity while importing?
Thanks in advance, Rui Pereira