The current snippet ordering is documented in Issue 601736 . Since we get scores (relevance and popularity) already today, we will adjust the ordering of incoming snippets:
Most-recently retrieved snippets {
[Highest score snippet]
.
.
.
[Lowest score snippet]
}
Previosuly retrieved snippets {
[Highest score snippet]
.
.
.
[Lowest score snippet]
}
Comment 1 by jkrcal@chromium.org
, May 9 2016Status: Started (was: Assigned)