Re: Affinity ranking

2010-09-02 Thread Ukyo Virgden
Hi Lance, After doing some research I'm heading the same direction. The task seems to be a link graph process, a perfect mapreduce type of task. Thanks for the reply. On Tue, Aug 31, 2010 at 5:38 AM, Lance Norskog wrote: > This is a mass batch-processing task, rather than a search task. > Maho

Re: Affinity ranking

2010-08-30 Thread Lance Norskog
This is a mass batch-processing task, rather than a search task. Mahout is the right Apache project for implementing this. It would then create a set of (document->document list). You could then add this to a Solr index. (And invert the graph and add those lists.) It might be possible to do this w