|
310 | 310 | 'DifferentialRevisionStatusFieldSpecification' => 'applications/differential/field/specification/DifferentialRevisionStatusFieldSpecification.php',
|
311 | 311 | 'DifferentialRevisionUpdateHistoryView' => 'applications/differential/view/DifferentialRevisionUpdateHistoryView.php',
|
312 | 312 | 'DifferentialRevisionViewController' => 'applications/differential/controller/DifferentialRevisionViewController.php',
|
| 313 | + 'DifferentialSearchIndexer' => 'applications/differential/search/DifferentialSearchIndexer.php', |
313 | 314 | 'DifferentialSubscribeController' => 'applications/differential/controller/DifferentialSubscribeController.php',
|
314 | 315 | 'DifferentialSummaryFieldSpecification' => 'applications/differential/field/specification/DifferentialSummaryFieldSpecification.php',
|
315 | 316 | 'DifferentialTasksAttacher' => 'applications/differential/DifferentialTasksAttacher.php',
|
|
533 | 534 | 'ManiphestSavedQueryDeleteController' => 'applications/maniphest/controller/ManiphestSavedQueryDeleteController.php',
|
534 | 535 | 'ManiphestSavedQueryEditController' => 'applications/maniphest/controller/ManiphestSavedQueryEditController.php',
|
535 | 536 | 'ManiphestSavedQueryListController' => 'applications/maniphest/controller/ManiphestSavedQueryListController.php',
|
| 537 | + 'ManiphestSearchIndexer' => 'applications/maniphest/search/ManiphestSearchIndexer.php', |
536 | 538 | 'ManiphestSubpriorityController' => 'applications/maniphest/controller/ManiphestSubpriorityController.php',
|
537 | 539 | 'ManiphestTask' => 'applications/maniphest/storage/ManiphestTask.php',
|
538 | 540 | 'ManiphestTaskAuxiliaryStorage' => 'applications/maniphest/storage/ManiphestTaskAuxiliaryStorage.php',
|
|
1052 | 1054 | 'PhabricatorRepositoryCommitMessageParserWorker' => 'applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php',
|
1053 | 1055 | 'PhabricatorRepositoryCommitOwnersWorker' => 'applications/repository/worker/PhabricatorRepositoryCommitOwnersWorker.php',
|
1054 | 1056 | 'PhabricatorRepositoryCommitParserWorker' => 'applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php',
|
| 1057 | + 'PhabricatorRepositoryCommitSearchIndexer' => 'applications/repository/search/PhabricatorRepositoryCommitSearchIndexer.php', |
1055 | 1058 | 'PhabricatorRepositoryController' => 'applications/repository/controller/PhabricatorRepositoryController.php',
|
1056 | 1059 | 'PhabricatorRepositoryCreateController' => 'applications/repository/controller/PhabricatorRepositoryCreateController.php',
|
1057 | 1060 | 'PhabricatorRepositoryDAO' => 'applications/repository/storage/PhabricatorRepositoryDAO.php',
|
|
1084 | 1087 | 'PhabricatorSearchAbstractDocument' => 'applications/search/index/PhabricatorSearchAbstractDocument.php',
|
1085 | 1088 | 'PhabricatorSearchAttachController' => 'applications/search/controller/PhabricatorSearchAttachController.php',
|
1086 | 1089 | 'PhabricatorSearchBaseController' => 'applications/search/controller/PhabricatorSearchBaseController.php',
|
1087 |
| - 'PhabricatorSearchCommitIndexer' => 'applications/search/index/indexer/PhabricatorSearchCommitIndexer.php', |
1088 | 1090 | 'PhabricatorSearchController' => 'applications/search/controller/PhabricatorSearchController.php',
|
1089 | 1091 | 'PhabricatorSearchDAO' => 'applications/search/storage/PhabricatorSearchDAO.php',
|
1090 |
| - 'PhabricatorSearchDifferentialIndexer' => 'applications/search/index/indexer/PhabricatorSearchDifferentialIndexer.php', |
1091 | 1092 | 'PhabricatorSearchDocument' => 'applications/search/storage/document/PhabricatorSearchDocument.php',
|
1092 | 1093 | 'PhabricatorSearchDocumentField' => 'applications/search/storage/document/PhabricatorSearchDocumentField.php',
|
1093 |
| - 'PhabricatorSearchDocumentIndexer' => 'applications/search/index/indexer/PhabricatorSearchDocumentIndexer.php', |
| 1094 | + 'PhabricatorSearchDocumentIndexer' => 'applications/search/index/PhabricatorSearchDocumentIndexer.php', |
1094 | 1095 | 'PhabricatorSearchDocumentRelationship' => 'applications/search/storage/document/PhabricatorSearchDocumentRelationship.php',
|
1095 | 1096 | 'PhabricatorSearchEngine' => 'applications/search/engine/PhabricatorSearchEngine.php',
|
1096 | 1097 | 'PhabricatorSearchEngineElastic' => 'applications/search/engine/PhabricatorSearchEngineElastic.php',
|
1097 | 1098 | 'PhabricatorSearchEngineMySQL' => 'applications/search/engine/PhabricatorSearchEngineMySQL.php',
|
1098 | 1099 | 'PhabricatorSearchEngineSelector' => 'applications/search/selector/PhabricatorSearchEngineSelector.php',
|
1099 | 1100 | 'PhabricatorSearchField' => 'applications/search/constants/PhabricatorSearchField.php',
|
1100 |
| - 'PhabricatorSearchManiphestIndexer' => 'applications/search/index/indexer/PhabricatorSearchManiphestIndexer.php', |
1101 |
| - 'PhabricatorSearchPhrictionIndexer' => 'applications/search/index/indexer/PhabricatorSearchPhrictionIndexer.php', |
1102 |
| - 'PhabricatorSearchPonderIndexer' => 'applications/ponder/search/PhabricatorSearchPonderIndexer.php', |
| 1101 | + 'PhabricatorSearchIndexer' => 'applications/search/index/PhabricatorSearchIndexer.php', |
| 1102 | + 'PhabricatorSearchManagementIndexWorkflow' => 'applications/search/management/PhabricatorSearchManagementIndexWorkflow.php', |
| 1103 | + 'PhabricatorSearchManagementWorkflow' => 'applications/search/management/PhabricatorSearchManagementWorkflow.php', |
1103 | 1104 | 'PhabricatorSearchQuery' => 'applications/search/storage/PhabricatorSearchQuery.php',
|
1104 | 1105 | 'PhabricatorSearchRelationship' => 'applications/search/constants/PhabricatorSearchRelationship.php',
|
1105 | 1106 | 'PhabricatorSearchResultView' => 'applications/search/view/PhabricatorSearchResultView.php',
|
1106 | 1107 | 'PhabricatorSearchScope' => 'applications/search/constants/PhabricatorSearchScope.php',
|
1107 | 1108 | 'PhabricatorSearchSelectController' => 'applications/search/controller/PhabricatorSearchSelectController.php',
|
1108 |
| - 'PhabricatorSearchUserIndexer' => 'applications/search/index/indexer/PhabricatorSearchUserIndexer.php', |
1109 | 1109 | 'PhabricatorSettingsAdjustController' => 'applications/settings/controller/PhabricatorSettingsAdjustController.php',
|
1110 | 1110 | 'PhabricatorSettingsMainController' => 'applications/settings/controller/PhabricatorSettingsMainController.php',
|
1111 | 1111 | 'PhabricatorSettingsPanel' => 'applications/settings/panel/PhabricatorSettingsPanel.php',
|
|
1191 | 1191 | 'PhabricatorUserPreferences' => 'applications/settings/storage/PhabricatorUserPreferences.php',
|
1192 | 1192 | 'PhabricatorUserProfile' => 'applications/people/storage/PhabricatorUserProfile.php',
|
1193 | 1193 | 'PhabricatorUserSSHKey' => 'applications/settings/storage/PhabricatorUserSSHKey.php',
|
| 1194 | + 'PhabricatorUserSearchIndexer' => 'applications/people/search/PhabricatorUserSearchIndexer.php', |
1194 | 1195 | 'PhabricatorUserStatus' => 'applications/people/storage/PhabricatorUserStatus.php',
|
1195 | 1196 | 'PhabricatorUserStatusInvalidEpochException' => 'applications/people/exception/PhabricatorUserStatusInvalidEpochException.php',
|
1196 | 1197 | 'PhabricatorUserStatusOverlapException' => 'applications/people/exception/PhabricatorUserStatusOverlapException.php',
|
|
1256 | 1257 | 'PholioController' => 'applications/pholio/controller/PholioController.php',
|
1257 | 1258 | 'PholioDAO' => 'applications/pholio/storage/PholioDAO.php',
|
1258 | 1259 | 'PholioImage' => 'applications/pholio/storage/PholioImage.php',
|
1259 |
| - 'PholioIndexer' => 'applications/pholio/indexer/PholioIndexer.php', |
1260 | 1260 | 'PholioMock' => 'applications/pholio/storage/PholioMock.php',
|
1261 | 1261 | 'PholioMockCommentController' => 'applications/pholio/controller/PholioMockCommentController.php',
|
1262 | 1262 | 'PholioMockEditController' => 'applications/pholio/controller/PholioMockEditController.php',
|
|
1265 | 1265 | 'PholioMockQuery' => 'applications/pholio/query/PholioMockQuery.php',
|
1266 | 1266 | 'PholioMockViewController' => 'applications/pholio/controller/PholioMockViewController.php',
|
1267 | 1267 | 'PholioReplyHandler' => 'applications/pholio/mail/PholioReplyHandler.php',
|
| 1268 | + 'PholioSearchIndexer' => 'applications/pholio/indexer/PholioSearchIndexer.php', |
1268 | 1269 | 'PholioTransaction' => 'applications/pholio/storage/PholioTransaction.php',
|
1269 | 1270 | 'PholioTransactionComment' => 'applications/pholio/storage/PholioTransactionComment.php',
|
1270 | 1271 | 'PholioTransactionQuery' => 'applications/pholio/query/PholioTransactionQuery.php',
|
|
1291 | 1292 | 'PhrictionHistoryController' => 'applications/phriction/controller/PhrictionHistoryController.php',
|
1292 | 1293 | 'PhrictionListController' => 'applications/phriction/controller/PhrictionListController.php',
|
1293 | 1294 | 'PhrictionNewController' => 'applications/phriction/controller/PhrictionNewController.php',
|
| 1295 | + 'PhrictionSearchIndexer' => 'applications/phriction/search/PhrictionSearchIndexer.php', |
1294 | 1296 | 'PonderAddAnswerView' => 'applications/ponder/view/PonderAddAnswerView.php',
|
1295 | 1297 | 'PonderAddCommentView' => 'applications/ponder/view/PonderAddCommentView.php',
|
1296 | 1298 | 'PonderAnswer' => 'applications/ponder/storage/PonderAnswer.php',
|
|
1324 | 1326 | 'PonderQuestionViewController' => 'applications/ponder/controller/PonderQuestionViewController.php',
|
1325 | 1327 | 'PonderReplyHandler' => 'applications/ponder/PonderReplyHandler.php',
|
1326 | 1328 | 'PonderRuleQuestion' => 'infrastructure/markup/rule/PonderRuleQuestion.php',
|
| 1329 | + 'PonderSearchIndexer' => 'applications/ponder/search/PonderSearchIndexer.php', |
1327 | 1330 | 'PonderUserProfileView' => 'applications/ponder/view/PonderUserProfileView.php',
|
1328 | 1331 | 'PonderVotableInterface' => 'applications/ponder/storage/PonderVotableInterface.php',
|
1329 | 1332 | 'PonderVotableView' => 'applications/ponder/view/PonderVotableView.php',
|
|
1631 | 1634 | 'DifferentialRevisionStatusFieldSpecification' => 'DifferentialFieldSpecification',
|
1632 | 1635 | 'DifferentialRevisionUpdateHistoryView' => 'AphrontView',
|
1633 | 1636 | 'DifferentialRevisionViewController' => 'DifferentialController',
|
| 1637 | + 'DifferentialSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
1634 | 1638 | 'DifferentialSubscribeController' => 'DifferentialController',
|
1635 | 1639 | 'DifferentialSummaryFieldSpecification' => 'DifferentialFreeformFieldSpecification',
|
1636 | 1640 | 'DifferentialTestPlanFieldSpecification' => 'DifferentialFieldSpecification',
|
|
1815 | 1819 | 'ManiphestSavedQueryDeleteController' => 'ManiphestController',
|
1816 | 1820 | 'ManiphestSavedQueryEditController' => 'ManiphestController',
|
1817 | 1821 | 'ManiphestSavedQueryListController' => 'ManiphestController',
|
| 1822 | + 'ManiphestSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
1818 | 1823 | 'ManiphestSubpriorityController' => 'ManiphestController',
|
1819 | 1824 | 'ManiphestTask' =>
|
1820 | 1825 | array(
|
|
2324 | 2329 | 'PhabricatorRepositoryCommitMessageParserWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
2325 | 2330 | 'PhabricatorRepositoryCommitOwnersWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
2326 | 2331 | 'PhabricatorRepositoryCommitParserWorker' => 'PhabricatorWorker',
|
| 2332 | + 'PhabricatorRepositoryCommitSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
2327 | 2333 | 'PhabricatorRepositoryController' => 'PhabricatorController',
|
2328 | 2334 | 'PhabricatorRepositoryCreateController' => 'PhabricatorRepositoryController',
|
2329 | 2335 | 'PhabricatorRepositoryDAO' => 'PhabricatorLiskDAO',
|
|
2351 | 2357 | 'PhabricatorSSHWorkflow' => 'PhutilArgumentWorkflow',
|
2352 | 2358 | 'PhabricatorSearchAttachController' => 'PhabricatorSearchBaseController',
|
2353 | 2359 | 'PhabricatorSearchBaseController' => 'PhabricatorController',
|
2354 |
| - 'PhabricatorSearchCommitIndexer' => 'PhabricatorSearchDocumentIndexer', |
2355 | 2360 | 'PhabricatorSearchController' => 'PhabricatorSearchBaseController',
|
2356 | 2361 | 'PhabricatorSearchDAO' => 'PhabricatorLiskDAO',
|
2357 |
| - 'PhabricatorSearchDifferentialIndexer' => 'PhabricatorSearchDocumentIndexer', |
2358 | 2362 | 'PhabricatorSearchDocument' => 'PhabricatorSearchDAO',
|
2359 | 2363 | 'PhabricatorSearchDocumentField' => 'PhabricatorSearchDAO',
|
2360 | 2364 | 'PhabricatorSearchDocumentRelationship' => 'PhabricatorSearchDAO',
|
2361 | 2365 | 'PhabricatorSearchEngineElastic' => 'PhabricatorSearchEngine',
|
2362 | 2366 | 'PhabricatorSearchEngineMySQL' => 'PhabricatorSearchEngine',
|
2363 |
| - 'PhabricatorSearchManiphestIndexer' => 'PhabricatorSearchDocumentIndexer', |
2364 |
| - 'PhabricatorSearchPhrictionIndexer' => 'PhabricatorSearchDocumentIndexer', |
2365 |
| - 'PhabricatorSearchPonderIndexer' => 'PhabricatorSearchDocumentIndexer', |
| 2367 | + 'PhabricatorSearchManagementIndexWorkflow' => 'PhabricatorSearchManagementWorkflow', |
| 2368 | + 'PhabricatorSearchManagementWorkflow' => 'PhutilArgumentWorkflow', |
2366 | 2369 | 'PhabricatorSearchQuery' => 'PhabricatorSearchDAO',
|
2367 | 2370 | 'PhabricatorSearchResultView' => 'AphrontView',
|
2368 | 2371 | 'PhabricatorSearchSelectController' => 'PhabricatorSearchBaseController',
|
2369 |
| - 'PhabricatorSearchUserIndexer' => 'PhabricatorSearchDocumentIndexer', |
2370 | 2372 | 'PhabricatorSettingsAdjustController' => 'PhabricatorController',
|
2371 | 2373 | 'PhabricatorSettingsMainController' => 'PhabricatorController',
|
2372 | 2374 | 'PhabricatorSettingsPanelAccount' => 'PhabricatorSettingsPanel',
|
|
2444 | 2446 | 'PhabricatorUserPreferences' => 'PhabricatorUserDAO',
|
2445 | 2447 | 'PhabricatorUserProfile' => 'PhabricatorUserDAO',
|
2446 | 2448 | 'PhabricatorUserSSHKey' => 'PhabricatorUserDAO',
|
| 2449 | + 'PhabricatorUserSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
2447 | 2450 | 'PhabricatorUserStatus' => 'PhabricatorUserDAO',
|
2448 | 2451 | 'PhabricatorUserStatusInvalidEpochException' => 'Exception',
|
2449 | 2452 | 'PhabricatorUserStatusOverlapException' => 'Exception',
|
|
2520 | 2523 | 0 => 'PholioDAO',
|
2521 | 2524 | 1 => 'PhabricatorMarkupInterface',
|
2522 | 2525 | ),
|
2523 |
| - 'PholioIndexer' => 'PhabricatorSearchDocumentIndexer', |
2524 | 2526 | 'PholioMock' =>
|
2525 | 2527 | array(
|
2526 | 2528 | 0 => 'PholioDAO',
|
|
2535 | 2537 | 'PholioMockQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
2536 | 2538 | 'PholioMockViewController' => 'PholioController',
|
2537 | 2539 | 'PholioReplyHandler' => 'PhabricatorMailReplyHandler',
|
| 2540 | + 'PholioSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
2538 | 2541 | 'PholioTransaction' => 'PhabricatorApplicationTransaction',
|
2539 | 2542 | 'PholioTransactionComment' => 'PhabricatorApplicationTransactionComment',
|
2540 | 2543 | 'PholioTransactionQuery' => 'PhabricatorApplicationTransactionQuery',
|
|
2564 | 2567 | 'PhrictionHistoryController' => 'PhrictionController',
|
2565 | 2568 | 'PhrictionListController' => 'PhrictionController',
|
2566 | 2569 | 'PhrictionNewController' => 'PhrictionController',
|
| 2570 | + 'PhrictionSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
2567 | 2571 | 'PonderAddAnswerView' => 'AphrontView',
|
2568 | 2572 | 'PonderAddCommentView' => 'AphrontView',
|
2569 | 2573 | 'PonderAnswer' =>
|
|
2611 | 2615 | 'PonderQuestionViewController' => 'PonderController',
|
2612 | 2616 | 'PonderReplyHandler' => 'PhabricatorMailReplyHandler',
|
2613 | 2617 | 'PonderRuleQuestion' => 'PhabricatorRemarkupRuleObjectName',
|
| 2618 | + 'PonderSearchIndexer' => 'PhabricatorSearchDocumentIndexer', |
2614 | 2619 | 'PonderUserProfileView' => 'AphrontView',
|
2615 | 2620 | 'PonderVotableView' => 'AphrontView',
|
2616 | 2621 | 'PonderVoteEditor' => 'PhabricatorEditor',
|
|
0 commit comments