Page MenuHomePhabricator

Remove some redundant information from the Ferret engine index
ClosedPublic

Authored by epriestley on Sep 8 2017, 3:16 PM.
Tags
None
Referenced Files
F13278410: D18580.id44620.diff
Fri, May 31, 8:55 PM
F13269125: D18580.diff
Wed, May 29, 5:50 AM
F13255244: D18580.diff
Sat, May 25, 4:32 AM
F13236330: D18580.diff
Tue, May 21, 9:14 AM
F13233932: D18580.diff
Tue, May 21, 2:40 AM
F13226414: D18580.id44617.diff
Sun, May 19, 8:35 PM
F13213863: D18580.diff
Fri, May 17, 8:09 AM
Unknown Object (File)
Tue, May 7, 11:39 AM
Subscribers
None

Details

Summary

Ref T12819. The "full" field has all other fields, and the "core" field has "title" and "body". Due to the way the "full" and "core" fields were being built, the "core" field also got included in the "full" field, so the "full" field has two copies of the title, two copies of the body, and then one copy of everything else.

Put only one copy of each distinct thing in each "full" and "core". Also, simplify the logic a little bit so we build these virtual fields in a more consistent way.

Test Plan

Ran bin/search index and looked at the fields in the database, saw less redundant information.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable