On Mon, Aug 18, 2008 at 6:05 AM, Michael McCandless <[EMAIL PROTECTED]> wrote: > The output from CheckIndex shows quite a few missing files! Is there any > possibility that two instances of Solr were somehow sharing the same index > directory?
To eliminate that possibility, the lock factory should be set to "simple" and unlockOnStartup should be "false" in solrconfig.xml -Yonik