The XMI DB Writer needs the max XMI ID to avoid XMI ID collisions in the newly written annotations. Until now, the task to retrieve the max XMI ID from the database lies with the XMI DB reader.
I currently have a case where I'd like to write annotations into the database without having them read from the database before.
Thus, implement the possibility to determine the max XMI ID for the batch of documents being written BioC reader.
The XMI DB Writer needs the max XMI ID to avoid XMI ID collisions in the newly written annotations. Until now, the task to retrieve the max XMI ID from the database lies with the XMI DB reader. I currently have a case where I'd like to write annotations into the database without having them read from the database before. Thus, implement the possibility to determine the max XMI ID for the batch of documents being written BioC reader.