Zend Framework

Zend_Search_Lucene_Interface_MultiSearcher calls method that is not declared in Zend_Search_Lucene_Interface.

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.9.5
  • Fix Version/s: 1.9.7
  • Component/s: Zend_Search_Lucene
  • Labels:
    None

Description

Zend_Search_Lucene_Interface_MultiSearcher invalid call to Zend_Search_Lucene_Interface::_optimise() in method optimize().

--- /opt/ZendFramework-1.9.5/library/Zend/Search/Lucene/MultiSearcher.php	2009-07-22 20:05:45.000000000 +0200
+++ MultiSearcher.php	2009-11-11 15:43:36.000000000 +0100
@@ -844,7 +844,7 @@
     public function optimize()
     {
     	foreach ($this->_indices as $index) {
-    		$index->_optimise();
+    		$index->optimize();
     	}
     }

Activity

Hide
Alexander Veremyev added a comment -

Fixed.

Show
Alexander Veremyev added a comment - Fixed.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: