|
|
@@ -23,7 +23,9 @@
|
|
|
|
|
|
/** Define constant used to provide correct file processing order */
|
|
|
/** @todo Section should be removed with ZF 2.0 release as obsolete */
|
|
|
-define('ZEND_SEARCH_LUCENE_COMMON_ANALYZER_PROCESSED', true);
|
|
|
+if (!defined('ZEND_SEARCH_LUCENE_COMMON_ANALYZER_PROCESSED')) {
|
|
|
+ define('ZEND_SEARCH_LUCENE_COMMON_ANALYZER_PROCESSED', true);
|
|
|
+}
|
|
|
|
|
|
|
|
|
/** Zend_Search_Lucene_Analysis_Analyzer */
|