mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
init index with stopwords file
This commit is contained in:
parent
4540f85745
commit
99e7623ea0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user