public IngestDocument getIngestDocument() {
   if (ingestDocument == null) {
     return null;
   }
   return ingestDocument.getIngestDocument();
 }