On 4/19/07, Cody Caughlan <[EMAIL PROTECTED]> wrote:
This is more of a Lucene question than a Solr one, but... is it possible to query a Solr(Lucene) index while it is in the middle of performing a commit/optimize?
Yep, no problems. You can query concurrently with adds, deletes, commits, and optimizes. -Yonik