Yes that makes sense. I will develop along those lines. Thanks! ----- Original Message ---- From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-dev@lucene.apache.org Cc: jason rutherglen <[EMAIL PROTECTED]> Sent: Thursday, May 18, 2006 7:28:12 PM Subject: Re: Making RemoteSearchable like client for Solr
On 5/18/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > which would return > the results along with all hte metadata needed for merging the results on the > "local" site of the multisearch. As far as idf, I don't think that's doable in one pass though. If you want accurate idfs, you need to get docFreqs on the first pass, then tell the subsearchers the global frequencies on the second pass. -Yonik