|
MediaWiki REL1_39
|
Database independent search index updater. More...


Public Member Functions | |
| __construct ( $id, $page, $c=null) | |
| doUpdate () | |
| Perform actual update for the entry. | |
| updateText ( $text, SearchEngine $se=null) | |
| Clean text for indexing. | |
Database independent search index updater.
Definition at line 38 of file SearchUpdate.php.
| SearchUpdate::__construct | ( | $id, | |
| $page, | |||
| $c = null ) |
| int | $id | Page id to update |
| PageIdentity | $page | Page to update |
| Content | null | $c | Content of the page to update. |
Definition at line 56 of file SearchUpdate.php.
References wfDeprecated().
| SearchUpdate::doUpdate | ( | ) |
Perform actual update for the entry.
Implements DeferrableUpdate.
Definition at line 74 of file SearchUpdate.php.
References $type, and updateText().
| SearchUpdate::updateText | ( | $text, | |
| SearchEngine | $se = null ) |
Clean text for indexing.
Only really suitable for indexing in databases. If you're using a real search engine, you'll probably want to override this behavior and do something nicer with the original wikitext.
| string | $text | |
| SearchEngine | null | $se | Search engine |
Definition at line 117 of file SearchUpdate.php.
Referenced by doUpdate().