morphline

How to insert multivalued field in solr using lily morphline row-based

依然范特西╮ 提交于 2019-12-25 07:26:11
问题 I am trying to insert a comma-seperated string as a multivalued field to my morphline configuration from a Row-based Structure in HBase. Can any one suggest any better way or experience I am new to this. Is there any way I can do that. HBase-Indexer Mapper: <?xml version="1.0"?> <indexer table="Document_Test" mapper="com.ngdata.hbaseindexer.morphline.MorphlineResultToSolrMapper" unique-key-field="documentId" mapping="row"> <param name="morphlineFile" value="/path/to/morphline.conf" /> <