Re: Select Queris While Merging Indexes

2013-04-18 Thread Otis Gospodnetic
> > > Until the new, merged segment is complete, the existing segments remain > > untouched and readable. > > > > -- Jack Krupansky > > > > -Original Message----- From: Furkan KAMACI > > Sent: Wednesday, April 17, 2013 6:28 PM > > To: solr-user@lucen

Re: Select Queris While Merging Indexes

2013-04-18 Thread Furkan KAMACI
ents". > > Until the new, merged segment is complete, the existing segments remain > untouched and readable. > > -- Jack Krupansky > > -Original Message- From: Furkan KAMACI > Sent: Wednesday, April 17, 2013 6:28 PM > To: solr-user@lucene.apache.org > Subject:

Re: Select Queris While Merging Indexes

2013-04-17 Thread Jack Krupansky
:28 PM To: solr-user@lucene.apache.org Subject: Select Queris While Merging Indexes I see that while merging indexes (I mean optimizing via admin gui), my Solr instance can still response select queries (as well). How that querying mechanism works (because merging not finished yet but my Solr instanc

Re: Select Queris While Merging Indexes

2013-04-17 Thread Shawn Heisey
On 4/17/2013 4:28 PM, Furkan KAMACI wrote: I see that while merging indexes (I mean optimizing via admin gui), my Solr instance can still response select queries (as well). How that querying mechanism works (because merging not finished yet but my Solr instance still can return a consistent respo

Select Queris While Merging Indexes

2013-04-17 Thread Furkan KAMACI
I see that while merging indexes (I mean optimizing via admin gui), my Solr instance can still response select queries (as well). How that querying mechanism works (because merging not finished yet but my Solr instance still can return a consistent response)?