[graph provision] added JSON payload to the SolrInputDocuments

This commit is contained in:
Claudio Atzori 2024-10-12 16:23:27 +02:00
parent dd397d107d
commit 80d7b842e4
1 changed files with 1 additions and 1 deletions

View File

@ -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();