diff --git a/Changelog b/Changelog index 8886d40b6..83cc00e0b 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2019-12-30 DariusIII + * Chg: Rename misc/sphinxsearch to misc/manticoresearch and sphinx.conf to manticore.conf 2019-12-26 DariusIII * Chg: Remove panes logging and comment sharing window from tmux * Fix: Fix error on email change in user profile diff --git a/misc/sphinxsearch/create_se_tables.php b/misc/manticoresearch/create_se_tables.php similarity index 94% rename from misc/sphinxsearch/create_se_tables.php rename to misc/manticoresearch/create_se_tables.php index f4d383c66..7291a1307 100644 --- a/misc/sphinxsearch/create_se_tables.php +++ b/misc/manticoresearch/create_se_tables.php @@ -61,4 +61,4 @@ foreach ($tables2 as $table => $query) { DB::statement($query); } -echo 'All done! If you messed up your sphinx connection info, you can rerun this script.'.PHP_EOL; +echo 'All done! If you messed up your manticore search connection info, you can rerun this script.'.PHP_EOL; diff --git a/misc/sphinxsearch/sphinx.conf b/misc/manticoresearch/manticore.conf similarity index 99% rename from misc/sphinxsearch/sphinx.conf rename to misc/manticoresearch/manticore.conf index 6e242fac4..079cc7b35 100644 --- a/misc/sphinxsearch/sphinx.conf +++ b/misc/manticoresearch/manticore.conf @@ -1,6 +1,4 @@ -# !*: indicates nZEDb Notes - -# !*: Do not change the "releases_rt" word. +# !*: Do not change the "releases_rt" or "predb_rt" words. index releases_rt { # !*: Do not change this. diff --git a/misc/sphinxsearch/optimize.php b/misc/manticoresearch/optimize.php similarity index 100% rename from misc/sphinxsearch/optimize.php rename to misc/manticoresearch/optimize.php diff --git a/misc/sphinxsearch/populate_rt_indexes.php b/misc/manticoresearch/populate_rt_indexes.php similarity index 100% rename from misc/sphinxsearch/populate_rt_indexes.php rename to misc/manticoresearch/populate_rt_indexes.php