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
Unknown Object (File)
Tue, May 27, 11:29 AM
Unknown Object (File)
Apr 25 2025, 10:58 PM
Unknown Object (File)
Apr 24 2025, 11:06 AM
Unknown Object (File)
Mar 30 2025, 6:54 AM
Unknown Object (File)
Mar 30 2025, 12:15 AM
Unknown Object (File)
Mar 29 2025, 11:11 PM
Unknown Object (File)
Mar 27 2025, 10:27 AM
Unknown Object (File)
Mar 26 2025, 5:03 PM
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