File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/main/java/org/culturegraph/mf/stream/converter Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3333import com .fasterxml .jackson .databind .ObjectMapper ;
3434
3535/**
36- * Add Elasticsearch bulk indexing metadata to JSON input.<br/>
37- * Use after {@link JsonEncoder}, before writing.
36+ * Add Elasticsearch bulk indexing metadata to JSON input.
3837 *
3938 * @author Fabian Steeg (fsteeg)
4039 * @author Jens Wille
@@ -47,8 +46,8 @@ public class JsonToElasticsearchBulk extends
4746 DefaultObjectPipe <String , ObjectReceiver <String >> {
4847
4948 /**
50- * {@link JsonEncoder} outputs multiple fields with identical names, so use
51- * a MultiMap with Jackson to collect values under a single key.
49+ * Use a MultiMap with Jackson to collect values from multiple fields with
50+ * identical names under a single key.
5251 */
5352 static class MultiMap extends HashMap <String , Object > {
5453 private static final long serialVersionUID = 490682490432334605L ;
You can’t perform that action at this time.
0 commit comments