You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by YouPeng Yang <yy...@gmail.com> on 2013/09/23 04:53:02 UTC

import partition table from oracle

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.