ZF-6505: Missing Documentation for MultiSearcher
Description
There doesn't seems to be documentation for usage of the Zend_Search_Lucene_Interface_MultiSearcher. I inferred the usage is
$index = new Zend_Search_Lucene_Interface_MultiSearcher();
$index->addIndex(Zend_Search_Lucene::open('search/index1'));
$index->addIndex(Zend_Search_Lucene::open('search/index2'));
$index->find('someSearchQuery');
but it doesn't work as expected and I would like to see the actual documentation before logging it as a bug
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-05-12T03:12:20.000+0000
Fixed in trunk (1.12.0): r24795
(Zend_Search_Lucene_MultiSearcher naming issue will be fixed with ZF-12067)
Added short blurb to Zend_Search_Lucene documentation:
!783f09.png!