RE: Content based recommender using lucene/solr

2013-06-28 Thread Saikat Kanjilal
Why not just use mahout to do this, there is an item similarity algorithm in mahout that does exactly this :) https://builds.apache.org/job/Mahout-Quality/javadoc/org/apache/mahout/cf/taste/hadoop/similarity/item/ItemSimilarityJob.html You can use mahout in distributed and non-distributed mode a

RE: Content based recommender using lucene/solr

2013-06-28 Thread Saikat Kanjilal
similar) and have some kind of training phase to > adjust weights. > > > On Fri, Jun 28, 2013 at 12:42 PM, Saikat Kanjilal wrote: > > > Why not just use mahout to do this, there is an item similarity algorithm > > in mahout that does exactly this :) > > > > &g