On Mon, Nov 11, 2013 at 11:28 AM, Hoggarth, Gil <gil.hogga...@bl.uk> wrote:
> I could stop the whole Solr service as
> as yet there's no audience access to it, but might it be left in an
> incomplete state and thus try to complete optimisation when the service
> is restarted?

Should be fine.

Lucene has a write-once architecture... existing segment files are not
changed, and only deleted when a merge (producing a new segment
containing the old segment) has completed.  So if you stop things in
the middle of a commit/optimize, the index should always correctly
open on the last completed commit/optimize.

-Yonik
http://heliosearch.com -- making solr shine

Reply via email to