Re: Reg:-Integrating Mahout with Solr

2017-04-01 Thread arun abraham
Hi Ted, Thanks for the reply. I understood Ted,to have a good effective results a larger set of documents/index is required. For all the Solr related functionalities and Search,I used ~100 docs(path pointing to my local system) to index and set things up.This is only for testing and

Re: Reg:-Integrating Mahout with Solr

2017-04-01 Thread Ted Dunning
On Sat, Apr 1, 2017 at 6:21 PM, arun abraham wrote: > As a first step I am trying to recommend min of two documents(As my > Solr document index is ~100 docs). > This is kind of weird. Can you say why you have so very few documents? There may be something special

Re: Reg:-Integrating Mahout with Solr

2017-04-01 Thread arun abraham
Hi, Thanks Pat for the reply. I am trying to implement item based recommendation as the first step.When the user searches with a keyword(using Solr),not only it should return keyword matching results(already implemented along with other search features of Solr) but also related

Re: Reg:-Integrating Mahout with Solr

2017-04-01 Thread Pat Ferrel
You want to create “Behavioral Search”? This is where you boost items that have the search terms in them more likely to be favored by the individual user? You want to use the CCO algorithm in Mahout. You need to collect behavioral information like conversions, detailed page views, etc. Run each