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
64f7e9be10
commit
51228b5a8f
|
@ -59,6 +59,7 @@ if($document->isLocked()) {
|
|||
|
||||
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