Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

Solr search and TranskribusMetadata #321

Closed hackmanschorsch closed 3 years ago

hackmanschorsch commented 3 years ago

Use case: export a document and reimport into another collection. TranskribusMetadata stays the same and keeps the former docID, pageNr, and so on. This is a problem if some pages were deleted and hence the pageNr is wrong but used for the SOLR index. For deleting pages pageNr is also a problem then.

hackmanschorsch commented 3 years ago

It is not a problem of the SOLR index! - this was just an 'update' problem after the deletion of pages. But it is not nice to have incorrect metadata.

hackmanschorsch commented 3 years ago

During import the TranskribusMetadata is now deleted since it contains information of the origin and is only important for the exported files but keeps wrong information if it is uploaded once again, e.g. after a GT was produced.