On Fri, Nov 13, 2009 at 4:32 AM, gwk <g...@eyefi.nl> wrote: > I don't know if this is the best solution, or even if it's applicable to > your situation but we do incremental updates from a database based on a > timestamp, (from a simple seperate sql table filled by triggers so deletes
Thanks, gwk! This doesn't exactly meet our needs, but helped us get to a solution. In short, we are manually committing in our outside updater process (instead of letting Solr autocommit), and marking which documents have been updated before a successful commit. Now stopping solr is as easy as kill -9. Michael