MediaWiki REL1_33
|
Extracts data from ParserOutput for indexing in the search engine. More...
Public Member Functions | |
getCategories (ParserOutput $parserOutput) | |
Get a list of categories, as an array with title text strings. | |
getExternalLinks (ParserOutput $parserOutput) | |
Get a list of external links from ParserOutput, as an array of strings. | |
getOutgoingLinks (ParserOutput $parserOutput) | |
Get a list of outgoing wiki links (including interwiki links), as an array of prefixed title strings. | |
getTemplates (ParserOutput $parserOutput) | |
Get a list of templates used in the ParserOutput content, as prefixed title strings. | |
Extracts data from ParserOutput for indexing in the search engine.
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
Definition at line 29 of file ParserOutputSearchDataExtractor.php.
MediaWiki\Search\ParserOutputSearchDataExtractor::getCategories | ( | ParserOutput | $parserOutput | ) |
Get a list of categories, as an array with title text strings.
ParserOutput | $parserOutput |
Definition at line 37 of file ParserOutputSearchDataExtractor.php.
References as, ParserOutput\getCategoryLinks(), and Category\newFromName().
MediaWiki\Search\ParserOutputSearchDataExtractor::getExternalLinks | ( | ParserOutput | $parserOutput | ) |
Get a list of external links from ParserOutput, as an array of strings.
ParserOutput | $parserOutput |
Definition at line 53 of file ParserOutputSearchDataExtractor.php.
References ParserOutput\getExternalLinks().
MediaWiki\Search\ParserOutputSearchDataExtractor::getOutgoingLinks | ( | ParserOutput | $parserOutput | ) |
Get a list of outgoing wiki links (including interwiki links), as an array of prefixed title strings.
ParserOutput | $parserOutput |
Definition at line 64 of file ParserOutputSearchDataExtractor.php.
References as, and ParserOutput\getLinks().
MediaWiki\Search\ParserOutputSearchDataExtractor::getTemplates | ( | ParserOutput | $parserOutput | ) |
Get a list of templates used in the ParserOutput content, as prefixed title strings.
ParserOutput | $parserOutput |
Definition at line 83 of file ParserOutputSearchDataExtractor.php.
References as, and ParserOutput\getTemplates().