Page MenuHomePhabricator

When documents are indexed, record the indexer version (versus the object version) and index epoch
ClosedPublic

Authored by epriestley on Feb 16 2021, 11:59 PM.
Tags
None
Referenced Files
F14404429: D21560.diff
Mon, Dec 23, 5:07 AM
Unknown Object (File)
Fri, Dec 20, 10:28 PM
Unknown Object (File)
Sat, Dec 7, 12:09 PM
Unknown Object (File)
Wed, Dec 4, 5:41 AM
Unknown Object (File)
Fri, Nov 29, 8:23 AM
Unknown Object (File)
Tue, Nov 26, 1:22 PM
Unknown Object (File)
Mon, Nov 25, 2:32 AM
Unknown Object (File)
Nov 16 2024, 8:00 AM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13587. D21495 has significant changes to the ngram indexer, which might possibly contain bugs.

Make it easier to reindex a subset of documents (based on the date when the index was built, and/or the software version which generated the index).

This is in addition to the existing versioning, which is focused on object versions.

Test Plan

Ran bin/search index with various old and new arguments. Spot-checked the IndexVersion table.

Diff Detail

Repository
rP Phabricator
Branch
defrag2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25135
Build 34686: Run Core Tests
Build 34685: arc lint + arc unit

Event Timeline

Owners added a subscriber: Restricted Owners Package.Feb 16 2021, 11:59 PM
  • Fix typos and bugs, test more "--type" flag values.
  • Correct "bin/index" -> "bin/search index".
This revision was not accepted when it landed; it landed in state Needs Review.Feb 17 2021, 12:09 AM
This revision was automatically updated to reflect the committed changes.