Re: DIH question: importing string containing comma-delimited list into a multiValued field

2015-07-17 Thread Shawn Heisey
On 7/17/2015 8:23 AM, Bill Au wrote: > One of my database column is a varchar containing a comma-delimited list of > values. I wold like to import these values into a multiValued field. I > figure that I will need to write a ScriptTransformer to do that. Is there > a better way? DIH provides th

Re: DIH Question

2013-06-12 Thread PeriS
What would be the process to update a new record in an existing db using DIH? On Jun 12, 2013, at 1:06 PM, PeriS wrote: > 1. Current num records in db: 4 > 2. Created a new record and called delta-import using the following url; > localhost:8983/dataimport?command=delta-import > SOLR Log here :

Re: DIH Question

2013-06-12 Thread PeriS
1. Current num records in db: 4 2. Created a new record and called delta-import using the following url; localhost:8983/dataimport?command=delta-import SOLR Log here : http://apaste.info/gF3N 3. When i tried checking the status from the browser - logs are here: http://apaste.info/gxDF db-import-

Re: DIH Question

2013-06-12 Thread Gora Mohanty
On 12 June 2013 21:34, PeriS wrote: > When creating a new record in the db, and running the deal-import command, i > m not seeing the new record being indexed. Is there some configuration I need > to set? The use is the db already has records loaded and I would like to > index new records. What