Re: Solr and TF-IDF

2012-01-26 Thread Lee Carroll
"content-based recommender" so its not CF etc and its a project so its whatever his supervisor wants. take a look at solrj should be more natural to integrate your java code with. (Although not sure if it supports termv ector comp) good luck On 26 January 2012 17:27, Walter Underwood wrote:

Re: Solr and TF-IDF

2012-01-26 Thread Walter Underwood
Why are you using a search engine to build a recomender? None of the leading teams in the Netflix Prize used search engines as a base technology. Start with the recommender algorithms in Mahout: http://mahout.apache.org/ wunder On Jan 26, 2012, at 9:18 AM, Nejla Karacan wrote: > Hey there, >