If you understand the underlying lucene searcher it will be easy to understand what's happening at solr level.
Otis Solr & ElasticSearch Support http://sematext.com/ On Apr 18, 2013 3:22 AM, "Furkan KAMACI" <furkankam...@gmail.com> wrote: > Thanks for explanations. I should read deep about the lifecycle of Searcher > objects. Should I read them from a Lucene book or is there any Solr > documentation or books covers it? > > 2013/4/18 Jack Krupansky <j...@basetechnology.com> > > > "merging indexes" > > > > The proper terminology is "merging segments". > > > > 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: 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 instance > > still can return a consistent response)? > > >