MediaWiki  REL1_31
MediaWiki\Search\ParserOutputSearchDataExtractor Class Reference

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. More...
 
 getExternalLinks (ParserOutput $parserOutput)
 Get a list of external links from ParserOutput, as an array of strings. More...
 
 getOutgoingLinks (ParserOutput $parserOutput)
 Get a list of outgoing wiki links (including interwiki links), as an array of prefixed title strings. More...
 
 getTemplates (ParserOutput $parserOutput)
 Get a list of templates used in the ParserOutput content, as prefixed title strings. More...
 

Detailed Description

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

Since
1.28

Definition at line 29 of file ParserOutputSearchDataExtractor.php.

Member Function Documentation

◆ getCategories()

MediaWiki\Search\ParserOutputSearchDataExtractor::getCategories ( ParserOutput  $parserOutput)

Get a list of categories, as an array with title text strings.

Parameters
ParserOutput$parserOutput
Returns
string[]

Definition at line 37 of file ParserOutputSearchDataExtractor.php.

References as, ParserOutput\getCategoryLinks(), and Category\newFromName().

◆ getExternalLinks()

MediaWiki\Search\ParserOutputSearchDataExtractor::getExternalLinks ( ParserOutput  $parserOutput)

Get a list of external links from ParserOutput, as an array of strings.

Parameters
ParserOutput$parserOutput
Returns
string[]

Definition at line 53 of file ParserOutputSearchDataExtractor.php.

References ParserOutput\getExternalLinks().

◆ getOutgoingLinks()

MediaWiki\Search\ParserOutputSearchDataExtractor::getOutgoingLinks ( ParserOutput  $parserOutput)

Get a list of outgoing wiki links (including interwiki links), as an array of prefixed title strings.

Parameters
ParserOutput$parserOutput
Returns
string[]

Definition at line 64 of file ParserOutputSearchDataExtractor.php.

References as, ParserOutput\getLinks(), and Title\makeTitle().

◆ getTemplates()

MediaWiki\Search\ParserOutputSearchDataExtractor::getTemplates ( ParserOutput  $parserOutput)

Get a list of templates used in the ParserOutput content, as prefixed title strings.

Parameters
ParserOutput$parserOutput
Returns
string[]

Definition at line 83 of file ParserOutputSearchDataExtractor.php.

References as, ParserOutput\getTemplates(), and Title\makeTitle().


The documentation for this class was generated from the following file: