1
0
Fork 0

[graph indexing] comment out setting the JSON payload from the SolrInputDocuments

This commit is contained in:
Claudio Atzori 2024-06-18 15:53:24 +02:00
parent 2636936162
commit 8ec151aa3d
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class StreamingInputDocumentFactory implements Serializable {
} }
writer.close(); writer.close();
indexDocument.addField(INDEX_RESULT, results.toString()); indexDocument.addField(INDEX_RESULT, results.toString());
//indexDocument.addField(INDEX_JSON_RESULT, json); // indexDocument.addField(INDEX_JSON_RESULT, json);
} finally { } finally {
outputFactory.remove(); outputFactory.remove();
eventFactory.remove(); eventFactory.remove();