In documentation it's written about explicit indexing records using POST. But this command finishes with error: can't read record from table record, inspite of the fact that default batch build dtable is assigned.
So, I executed this command:
And here is the result:
{"status":500,"description":"Internal Server Error","causes":[{"message":"failed to read from repository","type":"org.lilyproject.indexer.IndexerException"},{"message":"Record 'UUID.019413f1-c928-4c50-ac22-ca557221afc9' not found in table record from repository default.","type":"org.lilyproject.repository.api.RecordNotFoundException"}]
If i change path to /repository/table/archive/index/archive... i get 404.
How to index records explicitly?