Page MenuHomePhabricator

Sort global fulltext results by overall relevance
ClosedPublic

Authored by epriestley on Sep 7 2017, 4:13 PM.
Tags
None
Referenced Files
F13184017: D18551.diff
Fri, May 10, 2:16 PM
Unknown Object (File)
Sun, May 5, 1:57 AM
Unknown Object (File)
Fri, May 3, 8:40 AM
Unknown Object (File)
Tue, Apr 30, 8:14 AM
Unknown Object (File)
Tue, Apr 30, 5:31 AM
Unknown Object (File)
Mon, Apr 29, 5:04 PM
Unknown Object (File)
Sat, Apr 27, 10:16 PM
Unknown Object (File)
Thu, Apr 25, 2:30 AM
Subscribers
None

Details

Summary

Ref T12819. Currently, under the Ferret engine, we query each application's index separately and then aggregate the results.

At the moment, results are aggregated by type first, then by actual rank. For example, all the revisions appear first, then all the tasks.

Instead, surface the internal ranking data from the underlying query and sort by it.

Test Plan

Searched for "A B" with a task named "A B" and a revision named "A". Saw task first. Broadly, saw mixed task and revision order in result sets.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 7 2017, 4:36 PM
This revision was automatically updated to reflect the committed changes.