Hi Bart, I think the only way you can do that is by reindexing, or maybe by just doing a dummy atomic update [1] to each of the documents (e.g. adding or changing a field of type 'ignored' or something like that) that weren't "tagged" by UIMA before.
Regards, Tommaso [1] : http://wiki.apache.org/solr/Atomic_Updates 2013/2/21 jazzsalsa <jazzsa...@me.com> > Reposted because I did not arrive at the list (I didn't see it) > > > On Feb 20, 2013, at 12:42 PM, 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 > >