Is it possible to perform a search using remoting and at the same time
use TopDocCollector?

Something like this
MultiSearcher ms; (Contains both local and remote searchables)
TopDocCollector top = new TopDocCollector(documents);
ms.Search(query, top);

Is there some best practice on remote search?
Thanks

/MGu

Reply via email to