Page MenuHomePhabricator

Sort global fulltext results by overall relevance
ClosedPublic

Authored by epriestley on Sep 7 2017, 4:13 PM.
Tags
None
Referenced Files
F13090673: D18551.diff
Thu, Apr 25, 2:30 AM
Unknown Object (File)
Tue, Apr 23, 1:13 PM
Unknown Object (File)
Fri, Apr 19, 2:39 AM
Unknown Object (File)
Fri, Apr 19, 2:38 AM
Unknown Object (File)
Fri, Apr 19, 2:38 AM
Unknown Object (File)
Thu, Apr 11, 3:59 AM
Unknown Object (File)
Mon, Apr 1, 6:25 PM
Unknown Object (File)
Mar 26 2024, 8:58 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
Branch
ferret5
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18341
Build 24688: Run Core Tests
Build 24687: arc lint + arc unit

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.