1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/conpherence
epriestley 99bd12b98d Lift Conpherence indexing up out of the Fulltext index
Summary:
Ref T9979. There are currently some hacks around Conpherence indexing: it does not really use the fulltext index, but its own specialized index. However, it's kind of hacked up so it can get reindexed by the normal indexing pipeline.

Lift it up into IndexEngine, instead of FulltextEngine. Specifically, the new stuff is going to look like this:

  - IndexEngine: Rebuild all indexes.
    - ConpherenceIndexExtension: Rebuild thread indexes.
    - ProjectMemberIndexExtension: Rebuild project membership views.
    - NgramIndexExtension: Rebuild ngram indexes.
    - FulltextIndexExtension / FulltextEngine: Rebuild fulltext indexes, a special type of index.
      - FulltextCommentExtension: Rebuild comment fulltext indexes.
      - FulltextProjectExtension: Rebuild project fulltext indexes.
      - etc.

Most of this is at least sort-of-in-place as of this diff, although some of the part in the middle is still pretty rough.

Test Plan:
  - Made a unique comment in a Conpherence thread.
  - Used `bin/search index --force` to rebuild the index.
  - Searched for the comment.
  - Found the thread.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9979

Differential Revision: https://secure.phabricator.com/D14841
2015-12-21 17:25:05 -08:00
..
__tests__ Various linter fixes 2015-08-11 22:36:55 +10:00
application Conpherence - remove room vs message distinction as far as users are concerned 2015-06-25 13:14:20 -07:00
conduit Various translation improvements 2015-11-03 07:02:46 +11:00
config Add getGroup to ConfigOptions 2015-02-09 13:10:56 -08:00
constants Remove Files Widget from Conpherence 2015-08-20 08:24:42 -07:00
controller Various translation improvements 2015-11-03 07:02:46 +11:00
editor Lift Conpherence indexing up out of the Fulltext index 2015-12-21 17:25:05 -08:00
engineextension Lift Conpherence indexing up out of the Fulltext index 2015-12-21 17:25:05 -08:00
events Conpherence - remove room vs message distinction as far as users are concerned 2015-06-25 13:14:20 -07:00
mail Add Maniphest Task email creator to CCs 2015-09-09 14:07:07 -07:00
phid Conpherence - remove room vs message distinction as far as users are concerned 2015-06-25 13:14:20 -07:00
policyrule Conpherence - remove room vs message distinction as far as users are concerned 2015-06-25 13:14:20 -07:00
query Fix a broken class reference 2015-07-07 22:53:13 +10:00
remarkup Conpherence - make ZXXX monograms a bit more useful. 2015-04-13 12:45:55 -07:00
storage Various translation improvements 2015-11-03 07:02:46 +11:00
view Update Conpherence layout for logged out view 2015-08-29 08:29:53 -07:00
ConpherenceTransactionRenderer.php Extend from Phobject 2015-06-15 18:02:27 +10:00