We have a very similar situation.
We cache an IndexSearcher for each index and a MultiSearcher for each
combination. Both IndexSearchers and MultiSearchers are created on
demand (i.e. we don't prebuild every possible combination). I think
caching MultiSearchers is not necessary because it is just
Oh perhaps create a custom MultiSearcher that requires you specify
which indexes (by an int[], perhaps?) to search for any given query.
Erik
On 20 Nov 2005, at 03:45, Oren Shir wrote:
Hi,
I'm searching several indexes combinations on random. Which method is
better:
1) Keep one IndexSe