Hi Shawn; and first off, thanks bunches for your pointers.
Am Tue, 28 May 2013 09:31:54 -0600 schrieb Shawn Heisey <s...@elyograg.org>: > My workaround was to store the highest indexed autoincrement value in > a location outside Solr. In my original Perl code, I dropped it into > a file on NFS. The latest iteration of my indexing code (Java, using > SolrJ) no longer uses DIH for regular indexing, but it still uses > that stored autoincrement value, this time in another database > table. I do still use full-import for complete index rebuilds. Well, overally after playing with it a bit last nite, I decided to also go down the SolrJ way; we'll be likely to use this in the future anyway as the rest of our environment's Java too, so going for it right now seems just the logical thing to do. Thanks and all the best! Kristian