aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/NullIndexField.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-0/+1
| | | | | | Add lots of missing return statements, or remove incorrect doc blocks. Change-Id: I0881e98fbb9d0d4cf79ecc824064d24538055d3f
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-151-1/+1
| | | | | | | In phpcs.xml rename renamed sniffs and add the failing sniffs, because now the whole sniff is no longer excluded. Change-Id: If5b0bd16028761abc2c47ace9e97d37ad14bb36f
* Add missing type to @param documentationUmherirrender2017-08-111-1/+1
| | | | Change-Id: I6b2c9c7af9a281fe457099cc3a336a60a25e74aa
* Change @inheritdoc to @inheritDocUmherirrender2017-08-111-1/+1
| | | | | | | Only @inheritDoc works for the Sniff MediaWiki.Commenting.FunctionComment Change-Id: I91fc02cda6701d790e4334fc2bc47f230955545c
* Add SearchIndexField::getEngineHints()David Causse2017-06-221-0/+7
| | | | | | | | | | | | | | | Allows search engine clients that implement custom definitions to pass engine hints used at index time. Hints are a way to fine tune the behavior of the search engine when handling a particular field. As of now this is introduced for CirrusSearch to let SearchIndexField implementations to control how the noop script is configured. The noop hint with CirrusSearch allows to (for example): - ignore an update if a numeric value does not change for more than X% - control the merge strategy of complex fields Bug: T166589 Change-Id: Ia560e41d33013c30ac47e5a60543f8cb133e61fb
* Create API to allow content handlers to handle structured data definitionsStanislav Malyshev2016-07-061-0/+45
Change-Id: Ia1738803c42f6114575587c1c838fec62b6f54aa Bug: T89733