wiki.techinc.nl/includes/search
Erik Bernhardson fdc133ef1a Deprecate overriding SearchEngine::search*
The plan is to convert these methods into final, considering
it a removal under the deprecation policy. By making entry
points into the search engine final we provide a guaranteed
point where generic handling can be applied to all search engines.

The first use case for this generic handling is pushing pagination
via overfetch into the SearchEngine class instead of re-implementing
an overfetch in individual parts of the code that perform searches.

Change-Id: I3426d6a2f32d8b368b044b154e1cb70dac007c62
2018-05-15 08:28:28 -07:00
..
AugmentPageProps.php
DummySearchIndexFieldDefinition.php
NullIndexField.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
ParserOutputSearchDataExtractor.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
PerRowAugmentor.php Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
ResultAugmentor.php
ResultSetAugmentor.php
SearchDatabase.php Remove auto-generated "Constructor" documentation on constructors 2017-07-21 12:19:30 +02:00
SearchEngine.php Deprecate overriding SearchEngine::search* 2018-05-15 08:28:28 -07:00
SearchEngineConfig.php
SearchEngineFactory.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
SearchExactMatchRescorer.php Merge "Remove @param comments that literally repeat what the code says" 2018-01-11 23:48:03 +00:00
SearchHighlighter.php Add missing @param and @return documentation 2017-08-11 22:17:01 +02:00
SearchIndexField.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
SearchIndexFieldDefinition.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
SearchMssql.php Deprecate overriding SearchEngine::search* 2018-05-15 08:28:28 -07:00
SearchMySQL.php Deprecate overriding SearchEngine::search* 2018-05-15 08:28:28 -07:00
SearchNearMatcher.php Fix a few minor mistakes in PHPDoc tags 2017-09-15 11:17:17 +02:00
SearchNearMatchResultSet.php
SearchOracle.php Deprecate overriding SearchEngine::search* 2018-05-15 08:28:28 -07:00
SearchPostgres.php Deprecate overriding SearchEngine::search* 2018-05-15 08:28:28 -07:00
SearchResult.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
SearchResultSet.php Deprecate overriding SearchEngine::search* 2018-05-15 08:28:28 -07:00
SearchSqlite.php Deprecate overriding SearchEngine::search* 2018-05-15 08:28:28 -07:00
SearchSuggestion.php Use correct variable name in @param documentation 2017-08-11 19:27:19 +02:00
SearchSuggestionSet.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
SqlSearchResultSet.php Move ResultWrapper subclasses to Rdbms 2017-03-03 00:44:41 +00:00