ZF-525: Implementing MultiSearcher
Description
If you're searching a single index, you use an IndexSearcher with a single index. If you need to search across multiple indexes, you instantiate one IndexSearcher per index, create an array, stick the IndexSearcher instances in the array, and instantiate a MultiSearcher with the array as an argument.
Comments
Posted by Bill Karwin (bkarwin) on 2006-11-09T15:57:37.000+0000
Assigning to Alexander.
Posted by Bill Karwin (bkarwin) on 2006-11-13T15:26:54.000+0000
Changing fix version to 0.6.0.
Posted by Wil Sinclair (wil) on 2008-04-18T13:12:03.000+0000
This doesn't appear to have been fixed in 1.5.0. Please update if this is not correct.