1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-13 00:56:15 +01:00
phorge-phorge/src/applications/search/index
epriestley 99c9df96b4 Convert all "DocumentIndexers" into "FulltextEngines"
Summary: Ref T9979. This simplifies/standardizes the code a bit, but mostly gives us more consistent class names and structure.

Test Plan:
  - Used `bin/search index --type ...` to index documents of every indexable type.
  - Searched for documents by unique text, found them.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9979

Differential Revision: https://secure.phabricator.com/D14842
2015-12-21 17:25:23 -08:00
..
PhabricatorFulltextEngine.php Convert all "DocumentIndexers" into "FulltextEngines" 2015-12-21 17:25:23 -08:00
PhabricatorFulltextEngineExtension.php Modularize fulltext indexing of Projects, Subscriptions and Custom Fields 2015-12-21 17:04:25 -08:00
PhabricatorFulltextEngineExtensionModule.php Modularize fulltext indexing of Projects, Subscriptions and Custom Fields 2015-12-21 17:04:25 -08:00
PhabricatorIndexEngine.php Convert all "DocumentIndexers" into "FulltextEngines" 2015-12-21 17:25:23 -08:00
PhabricatorIndexEngineExtension.php Lift Conpherence indexing up out of the Fulltext index 2015-12-21 17:25:05 -08:00
PhabricatorIndexEngineExtensionModule.php Lift Conpherence indexing up out of the Fulltext index 2015-12-21 17:25:05 -08:00
PhabricatorSearchAbstractDocument.php Extend from Phobject 2015-06-15 18:02:27 +10:00