forked from D-Net/dnet-hadoop
[graph indexing] comment out setting the JSON payload from the SolrInputDocuments
This commit is contained in:
parent
2636936162
commit
8ec151aa3d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue