Re: Content based recommender using lucene/solr

2013-06-28 Thread Luis Carlos Guerrero Covo
> just out of curiosity why the content based approach as opposed to building > a recommender based on co-occurence. One other thing, what is your data > size, are you looking at scale where you need something like hadoop? > > > >> From: lcguerreroc...@gmail.com

Re: Content based recommender using lucene/solr

2013-06-28 Thread Otis Gospodnetic
.com >> Date: Fri, 28 Jun 2013 13:02:00 -0500 >> Subject: Re: Content based recommender using lucene/solr >> To: solr-user@lucene.apache.org >> CC: java-u...@lucene.apache.org >> >> Hey saikat, thanks for your suggestion. I've looked into mahout and other >&

Re: Content based recommender using lucene/solr

2013-06-28 Thread Walter Underwood
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 as well. >> >>> From: lcgu

Re: Content based recommender using lucene/solr

2013-06-28 Thread Otis Gospodnetic
distributed and non-distributed mode as well. >> >> > From: lcguerreroc...@gmail.com >> > Date: Fri, 28 Jun 2013 12:16:57 -0500 >> > Subject: Content based recommender using lucene/solr >> > To: solr-user@lucene.apache.org; java-u...@lucene.apache.org >&

RE: Content based recommender using lucene/solr

2013-06-28 Thread Saikat Kanjilal
? > From: lcguerreroc...@gmail.com > Date: Fri, 28 Jun 2013 13:02:00 -0500 > Subject: Re: Content based recommender using lucene/solr > To: solr-user@lucene.apache.org > CC: java-u...@lucene.apache.org > > Hey saikat, thanks for your suggestion. I've looked into mahout an

Re: Content based recommender using lucene/solr

2013-06-28 Thread Luis Carlos Guerrero Covo
uilds.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 as well. > > > From: lcguerreroc...@gmail.com > > Date: Fri, 28 Jun 2013 12:16:57 -0500 > &g

RE: Content based recommender using lucene/solr

2013-06-28 Thread Saikat Kanjilal
as well. > From: lcguerreroc...@gmail.com > Date: Fri, 28 Jun 2013 12:16:57 -0500 > Subject: Content based recommender using lucene/solr > To: solr-user@lucene.apache.org; java-u...@lucene.apache.org > > Hi, > > I'm using lucene and solr right now in a production e

Content based recommender using lucene/solr

2013-06-28 Thread Luis Carlos Guerrero Covo
Hi, I'm using lucene and solr right now in a production environment with an index of about a million docs. I'm working on a recommender that basically would list the n most similar items to the user based on the current item he is viewing. I've been thinking of using solr/lucene since I already h