aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/search.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-07-22 03:16:03 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-07-22 03:16:03 +0530
commite40758db84a23bc7a2c5324dbedcd7f0911abeea (patch)
tree6caf3cb3c6daae42d04909476ebef4dd63c1624b /phpBB/language/en/acp/search.php
parent161e469b5a67b2911089ec0dfdb70bef355ed07e (diff)
downloadforums-e40758db84a23bc7a2c5324dbedcd7f0911abeea.tar
forums-e40758db84a23bc7a2c5324dbedcd7f0911abeea.tar.gz
forums-e40758db84a23bc7a2c5324dbedcd7f0911abeea.tar.bz2
forums-e40758db84a23bc7a2c5324dbedcd7f0911abeea.tar.xz
forums-e40758db84a23bc7a2c5324dbedcd7f0911abeea.zip
[feature/sphinx-fulltext-search] remove stopwords and config path
Remove stopwords and config_path options from ACP. PHPBB3-10946
Diffstat (limited to 'phpBB/language/en/acp/search.php')
-rw-r--r--phpBB/language/en/acp/search.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php
index 99fbbac07e..6d9201fb11 100644
--- a/phpBB/language/en/acp/search.php
+++ b/phpBB/language/en/acp/search.php
@@ -69,8 +69,6 @@ $lang = array_merge($lang, array(
'FULLTEXT_POSTGRES_MIN_WORD_LEN_EXPLAIN' => 'Words with at least this many characters will be included in the query to the database.',
'FULLTEXT_POSTGRES_MAX_WORD_LEN_EXPLAIN' => 'Words with no more than this many characters will be included in the query to the database.',
- 'FULLTEXT_SPHINX_CONFIG_PATH' => 'Path to config directory',
- 'FULLTEXT_SPHINX_CONFIG_PATH_EXPLAIN' => 'You should put the sphinx.conf file in this directory. This config directory should be outside the web accessible directories.',
'FULLTEXT_SPHINX_CONFIGURE' => 'Configure the following settings to generate sphinx config file',
'FULLTEXT_SPHINX_DATA_PATH' => 'Path to data directory',
'FULLTEXT_SPHINX_DATA_PATH_EXPLAIN' => 'It will be used to store the indexes and log files. You should create this directory outside the web accessable directories.',
@@ -83,8 +81,6 @@ $lang = array_merge($lang, array(
'FULLTEXT_SPHINX_PORT' => 'Sphinx search daemon port',
'FULLTEXT_SPHINX_PORT_EXPLAIN' => 'Port on which the sphinx search daemon (searchd) listens. Leave empty to use the default 3312',
'FULLTEXT_SPHINX_WRONG_DATABASE' => 'The sphinx search for phpBB supports MySQL and PostgreSQL only.',
- 'FULLTEXT_SPHINX_STOPWORDS_FILE' => 'Stopwords activated',
- 'FULLTEXT_SPHINX_STOPWORDS_FILE_EXPLAIN' => 'You can place a file called sphinx_stopwords.txt containing one word in each line in your config directory. If this file is present these words will be excluded from the indexing process.',
'FULLTEXT_SPHINX_CONFIG_FILE' => 'Sphinx config file',
'FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN' => 'The generated content of the sphinx config file. This data needs to be pasted into the sphinx.conf which is used by sphinx search daemon.',
'FULLTEXT_SPHINX_NO_CONFIG_DATA' => 'The sphinx data and config directory paths are not defined. Please define them to generate the config file.',