Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66B231032A for ; Wed, 18 Dec 2013 20:31:10 +0000 (UTC) Received: (qmail 68567 invoked by uid 500); 18 Dec 2013 20:31:09 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 68510 invoked by uid 500); 18 Dec 2013 20:31:09 -0000 Mailing-List: contact dev-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list dev@mahout.apache.org Received: (qmail 68501 invoked by uid 99); 18 Dec 2013 20:31:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 20:31:09 +0000 Date: Wed, 18 Dec 2013 20:31:09 +0000 (UTC) From: "Suneel Marthi (JIRA)" To: dev@mahout.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (MAHOUT-1288) Create recommendation as search demo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAHOUT-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi resolved MAHOUT-1288. ----------------------------------- Resolution: Fixed Assignee: Suneel Marthi Per conversation in this thread, marking this as resolved for 0.9. > Create recommendation as search demo > ------------------------------------ > > Key: MAHOUT-1288 > URL: https://issues.apache.org/jira/browse/MAHOUT-1288 > Project: Mahout > Issue Type: New Feature > Reporter: Ted Dunning > Assignee: Suneel Marthi > Fix For: 0.9 > > > The basic idea is that a recommendation engine can be deployed by doing off-line analysis to find anomalously cooccurring items and then indexing these items in a search engine. These anomalous items are considered indicators which are indexed using an ordinary text search engine. Recommendations are generated by querying the search engine using recent behavior as a query. Recommendations can be combined with geo filtering and text queries. > See http://bit.ly/18vbbaT for a living design document. -- This message was sent by Atlassian JIRA (v6.1.4#6159)