As I am always looking for ways to enhance a searches response time, if I were to use the MultiReader as suggested, would it still be possible to determine which index a hit came from? Currently I use the MultiSearcher.subSearcher() method to determine this information. After taking a, albeit quick, look through the javadocs, nothing stands out.
: Above you've opened the searcher for each search, exactly as I feared. This
: is a major hit. Don't do this, but keep the searchers open between calls.

in addition opening a multisearcher across several local searches is a big
wast (or so i'm told) ... you should see better performance from a single
searcher arround a MultiReader (note: multireader vs multisearcher)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to