Asynchronous file processing

Hello!

I have a question about file uploads using BITES. Do I get the file Id back once the processing (with Tika extractors) is done and the file is placed to the document storage, or is the whole Tika processing performed asynchronously?

Ideally, I’d like to have the file to be placed into the document storage and have its Id returned immediately, so that I can start doing something with that Id while the whole Stardog server is not locked by some heavyweight Tika extractor.

However, if document processing is not asynchronous, then how would you approach batch uploads of multiple documents to Stardog?

Thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.