[Provision]temporarily removed Json paylod from indexed records (Shadow cannot support it)

This commit is contained in:
Miriam Baglioni 2024-06-13 16:48:03 +02:00
parent 86088ef26e
commit ef437a8cdf
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();