From ef437a8cdf459e7a5a665afadb063cab1966fa59 Mon Sep 17 00:00:00 2001 From: Miriam Baglioni Date: Thu, 13 Jun 2024 16:48:03 +0200 Subject: [PATCH] [Provision]temporarily removed Json paylod from indexed records (Shadow cannot support it) --- .../dhp/oa/provision/utils/StreamingInputDocumentFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-graph-provision/src/main/java/eu/dnetlib/dhp/oa/provision/utils/StreamingInputDocumentFactory.java b/dhp-workflows/dhp-graph-provision/src/main/java/eu/dnetlib/dhp/oa/provision/utils/StreamingInputDocumentFactory.java index 51f65c7ac..75a8e048a 100644 --- a/dhp-workflows/dhp-graph-provision/src/main/java/eu/dnetlib/dhp/oa/provision/utils/StreamingInputDocumentFactory.java +++ b/dhp-workflows/dhp-graph-provision/src/main/java/eu/dnetlib/dhp/oa/provision/utils/StreamingInputDocumentFactory.java @@ -213,7 +213,7 @@ public class StreamingInputDocumentFactory implements Serializable { } writer.close(); indexDocument.addField(INDEX_RESULT, results.toString()); - indexDocument.addField(INDEX_JSON_RESULT, json); + //indexDocument.addField(INDEX_JSON_RESULT, json); } finally { outputFactory.remove(); eventFactory.remove();