38 return WikitextContent::class;
54 if ( $destination->getNamespace() ==
NS_CATEGORY ) {
57 $iw = $destination->getInterwiki();
58 if ( $iw && Language::fetchLanguageName( $iw,
null,
'mw' ) ) {
64 $redirectText = $mwRedir->getSynonym( 0 ) .
65 ' [[' . $optionalColon . $destination->getFullText() .
']]';
68 $redirectText .=
"\n" . $text;
72 return new $class( $redirectText );
120 $fields = parent::getFieldsForSearchIndex(
$engine );
126 $fields[
'auxiliary_text'] =
129 $fields[
'opening_text'] =
131 $fields[
'opening_text']->setFlag(
145 $fields = parent::getDataForSearchIndex( $page, $parserOutput,
$engine );
148 $fields[
'heading'] = $structure->headings();
150 $fields[
'opening_text'] = $structure->getOpeningText();
151 $fields[
'text'] = $structure->getMainText();
152 $fields[
'auxiliary_text'] = $structure->getAuxiliaryText();
153 $fields[
'defaultsort'] = $structure->getDefaultSort();
157 $fields = array_merge( $fields,
Content handler for File: files TODO: this handler s not used directly now, but instead manually call...
static & get( $id)
Factory: creates an object representing an ID.
Contain a class for special pages.
Base content handler implementation for flat text contents.
Represents a title within MediaWiki.
Class representing a MediaWiki article and history.
getTitle()
Get the title object of the article.
Class allowing to explore structure of parsed wikitext.
Content handler for wiki text pages.
getContentClass()
Returns the name of the associated Content class, to be used when creating new objects.
supportsRedirects()
Returns true because wikitext supports redirects.
getFieldsForSearchIndex(SearchEngine $engine)
Get fields definition for search index.
getFileHandler()
Get file handler.
makeRedirectContent(Title $destination, $text='')
Returns a WikitextContent object representing a redirect to the given destination page.
isParserCacheSupported()
Returns true, because wikitext supports caching using the ParserCache mechanism.
__construct( $modelId=CONTENT_MODEL_WIKITEXT)
supportsSections()
Returns true because wikitext supports sections.
getDataForSearchIndex(WikiPage $page, ParserOutput $parserOutput, SearchEngine $engine)
Return fields to be indexed by search engine as representation of this document.
the value to return A Title object or null for latest all implement SearchIndexField $engine
const CONTENT_MODEL_WIKITEXT
const CONTENT_FORMAT_WIKITEXT
const FLAG_SCORING
This field contains secondary information, which is already present in other fields,...
const INDEX_TYPE_TEXT
Field types.
const FLAG_NO_HIGHLIGHT
This field does not need highlight handling.