Re: NRT + static rank based sorting

2013-07-15 Thread Michael McCandless
Also, it's in general not good to check for IR reopen on every search request: this could be way too often if you suddenly hit high search load, and if it's a big reopen (a large segment merge just completed) you slow down that one unlucky search too much; it's better to have a background thread th

Re: NRT + static rank based sorting

2013-07-12 Thread Sriram Sankar
Thanks! On Tue, Jul 9, 2013 at 2:13 PM, Adrien Grand wrote: > Hi Sriram, > > On Tue, Jul 9, 2013 at 5:06 AM, Sriram Sankar wrote: > > I've finally got something running and will send you some performance > > numbers as promised shortly. In the meanwhile, I've a question regarding > > the use

Re: NRT + static rank based sorting

2013-07-09 Thread Adrien Grand
Hi Sriram, On Tue, Jul 9, 2013 at 5:06 AM, Sriram Sankar wrote: > I've finally got something running and will send you some performance > numbers as promised shortly. In the meanwhile, I've a question regarding > the use of real time indexing along with ordering by static rank. Before > each se