There's no index locking while optimizing that I know of. But optimize is not all that necessary usually unless you have a pretty static index, in fact under the covers it's been renamed to forceMerge or something just to keep it from sounding so necessary. The resource reclamation & etc. happens automagically when segments are merged now, so you might not want to optimize at all!
Best Erick On Sun, Jan 1, 2012 at 3:28 AM, shlomi java <shlomij...@gmail.com> wrote: > hi community, > > I understand that optimize builds a NEW index from the live one, and then > swaping them. > And that it is best to schedule optimize with care. > > Can we still update and query the live index while optimize is on the go? > Or is the live index being locked during optimize? > > 10X > shlomiJ