CirrusSearch
Elasticsearch-powered search for MediaWiki
|
Remediator
that only logs events.
More...
Public Member Functions | |
__construct (LoggerInterface $logger, string $level=LogLevel::INFO) | |
redirectInIndex (string $docId, WikiPage $page, string $indexSuffix) | |
@inheritDoc | |
pageNotInIndex (WikiPage $page) | |
@inheritDoc | |
ghostPageInIndex ( $docId, Title $title) | |
@inheritDoc | |
pageInWrongIndex ( $docId, WikiPage $page, $indexSuffix) | |
@inheritDoc | |
oldVersionInIndex ( $docId, WikiPage $page, $indexSuffix) | |
@inheritDoc | |
oldDocument (WikiPage $page) | |
@inheritDoc | |
Remediator
that only logs events.
Intended to visualize deviations without remediating them, in case CirrusSearch is not in charge of writing.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
CirrusSearch\Sanity\LogOnlyRemediator::ghostPageInIndex | ( | $docId, | |
Title | $title ) |
@inheritDoc
Implements CirrusSearch\Sanity\Remediator.
CirrusSearch\Sanity\LogOnlyRemediator::oldDocument | ( | WikiPage | $page | ) |
@inheritDoc
Implements CirrusSearch\Sanity\Remediator.
CirrusSearch\Sanity\LogOnlyRemediator::oldVersionInIndex | ( | $docId, | |
WikiPage | $page, | ||
$indexSuffix ) |
@inheritDoc
Implements CirrusSearch\Sanity\Remediator.
CirrusSearch\Sanity\LogOnlyRemediator::pageInWrongIndex | ( | $docId, | |
WikiPage | $page, | ||
$indexSuffix ) |
@inheritDoc
Implements CirrusSearch\Sanity\Remediator.
CirrusSearch\Sanity\LogOnlyRemediator::pageNotInIndex | ( | WikiPage | $page | ) |
@inheritDoc
Implements CirrusSearch\Sanity\Remediator.
CirrusSearch\Sanity\LogOnlyRemediator::redirectInIndex | ( | string | $docId, |
WikiPage | $page, | ||
string | $indexSuffix ) |
@inheritDoc
Implements CirrusSearch\Sanity\Remediator.