Re: Paging bug in ReRankingQParserPlugin?

2014-08-05 Thread Adair Kovac
g into it. > > Joel Bernstein > Search Engineer at Heliosearch > > > On Tue, Aug 5, 2014 at 12:04 PM, Adair Kovac wrote: > >> Thanks, great explanation! Yeah, if it keeps the current behavior added >> documentation would be great. >> >> Are there any

Re: Paging bug in ReRankingQParserPlugin?

2014-08-05 Thread Adair Kovac
ected use should be documented and > if we can figure out better behavior here that would be great. > > > > > > > > > > > > > > > Joel Bernstein > Search Engineer at Heliosearch > > > On Mon, Aug 4, 2014 at 7:56 PM, Adair Kovac wrote: > >

Paging bug in ReRankingQParserPlugin?

2014-08-04 Thread Adair Kovac
Looking at this line in the code: // This enusres that reRankDocs <= docs needed to satisfy the result set. reRankDocs = Math.max(start+rows, reRankDocs); This looks like it would cause skips and duplicates while paging through the results, since if you exceed the reRankDocs parameter and keep fi