Sorry, to be more specific I am referring to partial document update, which I believe is new to Solr 4. Also I am using a URLDataSource and I cannot use the delta-import feature, nor is it what I am looking for.
I.E. DIH - creates: id: 12345 first: hello Runs again and pulls in the same doc id id: 12345 second: world I would like to end up with id: 12345 first: hello second: world But instead the DIH just replaces entire doc so I lose the 'first' field. Would also be nice to be able to 'add' value to multiValued fields when a doc with the same id comes into the DIH. Again I do not believe that this functionality exists (I cannot get it to work with my simple example). Just wondering if anyone had thought about plans in the future. Thanks, Billy On Thu, Oct 25, 2012 at 9:46 PM, Gora Mohanty <g...@mimirtech.com> wrote: > On 26 October 2012 08:51, Billy Newman <newman...@gmail.com> wrote: >> Any plans on adding update functionality to DIH? > > What do you mean by "update functionality"? > > Re-running an import with changed values for a > document with an existing ID will update values > in the Solr index. > > If you mean adding new documents, please take > a look at delta import. > > Regards, > Gora