daneran / duke

Automatically exported from code.google.com/p/duke
0 stars 0 forks source link

The fixed-size search result loses matches #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment we never retrieve more than 50 search results from Lucene. We 
need to change this to use a variable-size result set that gets sized 
dynamically.

Original issue reported on code.google.com by lar...@gmail.com on 22 May 2011 at 9:29

GoogleCodeExporter commented 8 years ago
Solved now, at the cost of some performance loss.

Original comment by lar...@gmail.com on 24 May 2011 at 7:15