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
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 :
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-
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