// Note: I need to know whether the document has been permanently rejected or not, but we currently have
// no means to determine that. Analysis of SolrServerExceptions that have been thrown is likely needed.
try
{
readFromDocumentStreamYet = true;
UpdateResponse response = contentStreamUpdateRequest.process(solrServer);
// Successful completion
activityStart = new Long(fullStartTime);
activityBytes = new Long(length);
activityCode = "OK";