On 5/18/06, jason rutherglen <[EMAIL PROTECTED]> wrote:
A solution to an index that requires 100s of millions of documents is to distributed the documents over multiple servers. I thought I had the RemoteSearchable like client for Solr pretty well done
Great! Can you share what approach you followed? Is caching done on the subsearchers, and not the supersearcher? Are you using RMI, or XML/HTTP?
, however this normalized scoring with weights throws a bit of a kink.
It certainly does... not easy stuff. If you are using RMI you could either borrow from or subclass Lucene's MultiSearcher that implements this stuff. -Yonik