Re: RoadMap for next Beagle releases
- From: Daniel Naber <list2006 danielnaber de>
- To: dashboard-hackers gnome org
- Subject: Re: RoadMap for next Beagle releases
- Date: Thu, 21 Sep 2006 19:07:10 +0200
On Thursday 21 September 2006 15:34, Joe Shaw wrote:
> By default results are limited to 100, but you can change this in your
> code. This exists because (a) it helps performance and (b) in most
> cases more than 100 hits is not useful.
In a web context, Lucene is usually used to fetch the first 10 results (if
the first page displays 10 results). If the users clicks "next page", the
same search is re-executed, the first 10 hits are ignored and the next 10
are display. This is because the search itself is often very fast but
actually getting the results is slow because it requires one disk access
per document. Maybe this would be a useful approach for Beagle, too.
Fetching 100 results sounds too much unless they are really immediately
displayed.
Regards
Daniel
--
http://www.danielnaber.de
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]