Hi I want to import dataset in a partition of a partition table with DIH. And I would like to explicitly define the partition when I do import job.
To be specific. 1. I define the DIH configuration like these <entity name="type" query="select id as tid from movie_type partition(${ part})''"> 2.I send the url: http://localhost:8983/solr/dataimport?command=full-import&part=p2 and then the DIHhandler will full import the p2 partition of the table. Any suggestion will be appreciated. Regards.