mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +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($object) { | ||||||
| 					if($index = $fulltextservice->Indexer()) { | 					if($index = $fulltextservice->Indexer()) { | ||||||
|  | 						$index->init($settings->_stopWordsFile); | ||||||
| 						$idoc = $fulltextservice->IndexedDocument($object, true); | 						$idoc = $fulltextservice->IndexedDocument($object, true); | ||||||
| 							$error = $idoc->getErrorMsg(); | 							$error = $idoc->getErrorMsg(); | ||||||
| 							if(!$error) { | 							if(!$error) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann