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
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,
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