Why not just reindex? I could think of a couple of ugly hacks, but reindex is better first option.
Regards, Alex On 20 Feb 2013 15:43, "jazz" <jazzsa...@me.com> wrote: > Hi, > > I managed to get Solr and UIMA work together. When I send a document to > Solr it annotates the field "contents" and adds the result of the UIMA > annotations to e.g. a field "location". My question is: how do I annotate > the contents of an already existing solr database without triggering an > /update ? My UIMA processor defaults for an /update command. > I was thinking about exporting the contents and re-importing it but that > seems too complex using the DIH. Is there a smarter way? > > Regards Bart