Confirmed users, Bureaucrats and Sysops emeriti
2,088
edits
BrettWilson (talk | contribs) |
No edit summary |
||
Line 3: | Line 3: | ||
== Algorithmic changes == | == Algorithmic changes == | ||
The algorithm description and implementation are [http://mxr.mozilla.org/seamonkey/source/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp#43 here], quoted: | |||
<blockquote> | |||
* The current algorithm searches history from now backwards to the oldest | |||
* visit in chunks of time (AUTOCOMPLETE_SEARCH_CHUNK). We currently | |||
* do SQL LIKE searches of the search term in the url and title | |||
* within in each chunk of time. the results are ordered by visit_count | |||
* (and then visit_date), giving us poor man's "frecency". | |||
</blockquote> | |||
Anything below this line is likely out of date, and needs to be revised. See also [http://wiki.mozilla.org/User:Mconnor/PlacesFrecency Mconnor's frecency page] for more info. | |||
----------------------------------------------------------------- | |||
Places (Firefox 3.0) will <i>not</i> likely see a large change in the AutoComplete algorithm. The current differences are: | Places (Firefox 3.0) will <i>not</i> likely see a large change in the AutoComplete algorithm. The current differences are: | ||