Re: Select Queris While Merging Indexes

2013-04-18 Thread Otis Gospodnetic
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" wrote: > Thanks for explanations. I should read deep about the lifecycle of Searcher > ob

Re: Select Queris While Merging Indexes

2013-04-18 Thread Furkan KAMACI
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 > "merging indexes" > > The proper terminology is "merging segments". > > Until the new, merg

Re: Select Queris While Merging Indexes

2013-04-17 Thread Jack Krupansky
"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.apac

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