mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/11050] remove common_words property from sphinx
common_words property is never used in sphinx class hence removed. PHPBB3-11050
This commit is contained in:
parent
505a713349
commit
fd20e73b74
1 changed files with 0 additions and 7 deletions
|
@ -111,13 +111,6 @@ class phpbb_search_fulltext_sphinx
|
||||||
*/
|
*/
|
||||||
public $search_query;
|
public $search_query;
|
||||||
|
|
||||||
/**
|
|
||||||
* Contains common words
|
|
||||||
* common words are words with length less/more than min/max length
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
public $common_words = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* Creates a new phpbb_search_fulltext_postgres, which is used as a search backend.
|
* Creates a new phpbb_search_fulltext_postgres, which is used as a search backend.
|
||||||
|
|
Loading…
Add table
Reference in a new issue