Change the SearchEngine interface around:
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 23 May 2005 08:42:20 +0000 (08:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 23 May 2005 08:42:20 +0000 (08:42 +0000)
commitaa99b80d7f29e9a3d2ebfb623643f285cd74c506
treea6be9a9cb868abee4b24f8e061fd40c652687c78
parentaa8d2db46d4cdf8b388c057e72fa388727fecc9e
Change the SearchEngine interface around:
* Reduce some duplicated code between MySQL 3 and 4 classes
* Generalize some things to better support Lucene search plugin
includes/DefaultSettings.php
includes/SearchEngine.php
includes/SearchMySQL.php [new file with mode: 0644]
includes/SearchMySQL3.php
includes/SearchMySQL4.php
includes/SpecialSearch.php