lucene is autoloaded by composer

This commit is contained in:
Uwe Steinmann 2021-11-26 12:30:10 +01:00
parent 5347fe3682
commit 29a7a3ff5c

View File

@ -19,12 +19,12 @@
/**
* @uses Zend_Search_Lucene
*/
require_once('Zend/Search/Lucene.php');
//require_once('Zend/Search/Lucene.php');
/**
* @uses Zend_Search_Lucene_Analysis_TokenFilter_Stopwords
*/
require_once("Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php");
//require_once("Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php");
/**
* @uses SeedDMS_Lucene_Indexer