o0111 / ruralcafe

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

Reduce the number of search results #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The number of search results on the search results page is too high, it slows 
down the displaying and will get worse when the content snippets are added.

Once the number of results returned is reduced, there should also be buttons 
for the nth page, next, and previous pages.

Original issue reported on code.google.com by shouldab...@gmail.com on 3 Oct 2010 at 7:53

GoogleCodeExporter commented 8 years ago
There are 10 results per page. There are buttons for next, pevious and nth 
page. Displaying 10 results with content snippets takes on my average laptop 
about 1 second, depending on the actual websites.

Determining the number of results (get the lucene hits) is very quick, so we 
can still get all hits, but only get uri and content snippets for those to 
display. This is what we're doing.

Should be tested with lots more of total results (about 100 at least).

I think, there is nothing more to be done here.

Original comment by satiaher...@gmx.de on 26 Jun 2013 at 11:22