On 12/23/2014 04:07 PM, Toke Eskildsen wrote:
The beauty of the cursor is that it is has little to no overhead, relative to a
standard top-X sorted search. A standard search uses a sliding window over the
full result set, as does a cursor-search. Same amount of work. It is just a
question of limits for the window.
That is very good to hear. Thanks.
Nobody will hit next 499 times, but a lot of our users skip to the last
page quite often. Maybe I should make *that* as hard as possible. Hmm.
Issue a search with sort in reverse order, then reverse the returned list of
documents?
Sneaky. I like it. But in the end we're simply getting rid of the
"last"-button. Solves a lot of issues. If have a billion search results,
you might as well refine your criteria!
- Bram