mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
init index
This commit is contained in:
parent
0421b2f0ac
commit
53b0d98fa5
|
@ -56,6 +56,7 @@ if ($folder->getAccessMode($user) < M_ALL) {
|
|||
|
||||
if($settings->_enableFullSearch) {
|
||||
$index = $indexconf['Indexer']::open($settings->_luceneDir);
|
||||
$indexconf['Indexer']::init($settings->_stopWordsFile);
|
||||
} else {
|
||||
$index = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user