MediaWiki
1.30.0
|
Public Member Functions | |
getByteSize () | |
getCategorySnippet () | |
getExtensionData () | |
Get the extension data as: augmentor name => data. More... | |
getFile () | |
Get the file for this page, if one exists. More... | |
getInterwikiNamespaceText () | |
getInterwikiPrefix () | |
getRedirectSnippet () | |
getRedirectTitle () | |
getSectionSnippet () | |
getSectionTitle () | |
getTextSnippet ( $terms) | |
getTimestamp () | |
getTitle () | |
getTitleSnippet () | |
getWordCount () | |
isBrokenTitle () | |
Check if this is result points to an invalid title. More... | |
isFileMatch () | |
Did this match file contents (eg: PDF/DJVU)? More... | |
isMissingRevision () | |
Check if target page is missing, happens when index is out of date. More... | |
setExtensionData (array $extensionData) | |
Set extension data for this result. More... | |
Static Public Member Functions | |
static | newFromTitle ( $title, SearchResultSet $parentSet=null) |
Return a new SearchResult and initializes it with a title. More... | |
Protected Member Functions | |
initFromTitle ( $title) | |
Initialize from a Title and if possible initializes a corresponding Revision and File. More... | |
initText () | |
Lazy initialization of article text from DB. More... | |
Protected Attributes | |
array[] | $extensionData |
A set of extension data. More... | |
File | $mImage = null |
Revision | $mRevision = null |
string | $mText |
Title | $mTitle |
SearchEngine | $searchEngine |
It would probably be better to have a useful base class to which you pass some standard information, then let the fancy self-highlighters extend that.
Definition at line 32 of file SearchResult.php.
SearchResult::getByteSize | ( | ) |
SearchResult::getCategorySnippet | ( | ) |
Definition at line 210 of file SearchResult.php.
SearchResult::getExtensionData | ( | ) |
Get the extension data as: augmentor name => data.
Definition at line 269 of file SearchResult.php.
References $extensionData.
SearchResult::getFile | ( | ) |
Get the file for this page, if one exists.
Definition at line 130 of file SearchResult.php.
References $mImage.
SearchResult::getInterwikiNamespaceText | ( | ) |
Definition at line 252 of file SearchResult.php.
SearchResult::getInterwikiPrefix | ( | ) |
Definition at line 245 of file SearchResult.php.
SearchResult::getRedirectSnippet | ( | ) |
Definition at line 181 of file SearchResult.php.
Referenced by MediaWiki\Widget\Search\FullSearchResultWidget\generateRedirectHtml().
SearchResult::getRedirectTitle | ( | ) |
Definition at line 188 of file SearchResult.php.
SearchResult::getSectionSnippet | ( | ) |
Definition at line 195 of file SearchResult.php.
Referenced by MediaWiki\Widget\Search\FullSearchResultWidget\generateSectionHtml().
SearchResult::getSectionTitle | ( | ) |
Definition at line 203 of file SearchResult.php.
SearchResult::getTextSnippet | ( | $terms | ) |
array | $terms | Terms to highlight |
Definition at line 152 of file SearchResult.php.
References $wgAdvancedSearchHighlighting, captcha-old\count, global, initText(), and list.
SearchResult::getTimestamp | ( | ) |
Definition at line 217 of file SearchResult.php.
SearchResult::getTitle | ( | ) |
SearchResult::getTitleSnippet | ( | ) |
Definition at line 174 of file SearchResult.php.
SearchResult::getWordCount | ( | ) |
|
protected |
Initialize from a Title and if possible initializes a corresponding Revision and File.
Title | $title |
Definition at line 87 of file SearchResult.php.
References $title, Revision\newFromTitle(), NS_FILE, Hooks\run(), and wfFindFile().
|
protected |
Lazy initialization of article text from DB.
Definition at line 137 of file SearchResult.php.
Referenced by getByteSize(), getTextSnippet(), and getWordCount().
SearchResult::isBrokenTitle | ( | ) |
Check if this is result points to an invalid title.
Definition at line 106 of file SearchResult.php.
SearchResult::isFileMatch | ( | ) |
Did this match file contents (eg: PDF/DJVU)?
Definition at line 260 of file SearchResult.php.
SearchResult::isMissingRevision | ( | ) |
Check if target page is missing, happens when index is out of date.
Definition at line 115 of file SearchResult.php.
References $mImage.
|
static |
Return a new SearchResult and initializes it with a title.
Title | $title | |
SearchResultSet | $parentSet |
Definition at line 72 of file SearchResult.php.
References $title.
Referenced by SearchNearMatchResultSet\next(), SqlSearchResultSet\next(), and SpecialSearchTest\testRewriteQueryWithSuggestion().
SearchResult::setExtensionData | ( | array | $extensionData | ) |
Set extension data for this result.
The data is: augmentor name => data
array[] | $extensionData |
Definition at line 279 of file SearchResult.php.
References $extensionData.
|
protected |
A set of extension data.
Definition at line 63 of file SearchResult.php.
Referenced by getExtensionData(), and setExtensionData().
|
protected |
Definition at line 42 of file SearchResult.php.
Referenced by getFile(), and isMissingRevision().
|
protected |
Definition at line 37 of file SearchResult.php.
|
protected |
Definition at line 52 of file SearchResult.php.
|
protected |
Definition at line 47 of file SearchResult.php.
Referenced by getTitle().
|
protected |
Definition at line 57 of file SearchResult.php.