History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-525
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Alexander Veremyev
Reporter: Atali DAOUD
Votes: 3
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Implementing MultiSearcher

Created: 09/Nov/06 03:20 PM   Updated: 18/Apr/08 01:12 PM
Component/s: Zend_Search_Lucene
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Original Estimate: 3 days
Original Estimate - 3 days
Remaining Estimate: 3 days
Remaining Estimate - 3 days
Time Spent: Not Specified
Remaining Estimate - 3 days

Fix Version Priority: Nice to Have


 Description  « Hide
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.

 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Bill Karwin - 09/Nov/06 03:57 PM
Assigning to Alexander.

Bill Karwin - 13/Nov/06 03:26 PM
Changing fix version to 0.6.0.

Wil Sinclair - 18/Apr/08 01:12 PM
This doesn't appear to have been fixed in 1.5.0. Please update if this is not correct.