Re: [MASSMAIL]Re: Trending functionality in Solr

2015-02-09 Thread S.L
Thanks for stating this in a simple fashion. On Sun, Feb 8, 2015 at 6:07 PM, Jorge Luis Betancourt González < jlbetanco...@uci.cu> wrote: > For a project I'm working on, what we do is store the user's query in a > separated core that we also use to provide an autocomplete query > functionality, s

Re: [MASSMAIL]Re: Trending functionality in Solr

2015-02-08 Thread ralph tice
You might want to also look at Trulia's Thoth project https://github.com/trulia/thoth-ml/ -- it doesn't supply this feature out of the box, but it gives you a nice framework for implementing it. On Sun, Feb 8, 2015 at 5:07 PM, Jorge Luis Betancourt González wrote: > For a project I'm working on,

Re: [MASSMAIL]Re: Trending functionality in Solr

2015-02-08 Thread Jorge Luis Betancourt González
For a project I'm working on, what we do is store the user's query in a separated core that we also use to provide an autocomplete query functionality, so far, the frontend app is responsible of sending the query to Solr, meaning: 1. execute the query against our search core and 2. send an updat