init index with stopwords file

This commit is contained in:
Uwe Steinmann 2023-01-05 08:04:48 +01:00
parent 4540f85745
commit 99e7623ea0

View File

@ -984,6 +984,7 @@ switch($command) {
}
if($object) {
if($index = $fulltextservice->Indexer()) {
$index->init($settings->_stopWordsFile);
$idoc = $fulltextservice->IndexedDocument($object, true);
$error = $idoc->getErrorMsg();
if(!$error) {