Re: Querying an index while commiting/optimizing

2007-04-19 Thread Cody Caughlan
PERFECT. Thanks guys/gals. On 4/19/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 4/19/07, Cody Caughlan <[EMAIL PROTECTED]> wrote: > How does that work? From the user perspective, you continue to "see" the previous version of the index that was last committed until the current commit is compl

Re: Querying an index while commiting/optimizing

2007-04-19 Thread Yonik Seeley
On 4/19/07, Cody Caughlan <[EMAIL PROTECTED]> wrote: How does that work? From the user perspective, you continue to "see" the previous version of the index that was last committed until the current commit is completely finished. -Yonik

Re: Querying an index while commiting/optimizing

2007-04-19 Thread Cody Caughlan
Ok, cool. At the worse case, are you just not going to get any hits, even though you "know" the data is in there, but it just hasnt been indexed yet? How does that work? /cody On 4/19/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 4/19/07, Cody Caughlan <[EMAIL PROTECTED]> wrote: > This is mor

Re: Querying an index while commiting/optimizing

2007-04-19 Thread Yonik Seeley
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 o