1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-28 06:29:27 +01:00
phorge-phorge/src/applications/search/storage
epriestley 6703fec3e2 When documents are indexed, record the indexer version (versus the object version) and index epoch
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.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13587

Differential Revision: https://secure.phabricator.com/D21560
2021-02-16 16:09:31 -08:00
..
document Remove the "search_documentfield" table 2019-05-23 19:11:38 -07:00
PhabricatorNamedQuery.php Separate saved queries in applications into "personal" and "global" queries 2017-08-24 15:24:34 -07:00
PhabricatorNamedQueryConfig.php Make the default ApplicationSearch query explicit, not just the first item in the list 2017-08-24 15:21:00 -07:00
PhabricatorProfileMenuItemConfiguration.php Index and surface usage sites for Dashboards 2019-04-12 06:13:44 -07:00
PhabricatorProfileMenuItemConfigurationTransaction.php Make the default behavior of getApplicationTransactionCommentObject() "return null" instead of "throw" 2019-02-07 14:56:38 -08:00
PhabricatorSavedQuery.php Fix a bug where "View as Query" could replace a saved query row by ID, causing workboard 404s 2018-11-01 05:44:49 -07:00
PhabricatorSearchDAO.php Remove @group annotations 2014-07-10 08:12:48 +10:00
PhabricatorSearchIndexVersion.php When documents are indexed, record the indexer version (versus the object version) and index epoch 2021-02-16 16:09:31 -08:00
PhabricatorSearchSchemaSpec.php Rename "ProfilePanelConfiguration" to "ProfileMenuItemConfiguration" 2016-12-11 11:44:22 -08:00