Re: Search Suggestion Filtering

2014-01-21 Thread Areek Zillur
t; > the > > > suggestions per-se we use as a base > > > https://github.com/cominvent/autocomplete configuration, described in > > > www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ > > > which is pretty usable as it comes. I fou

Re: Search Suggestion Filtering

2014-01-20 Thread Alessandro Benedetti
12/01/25/super-flexible-autocomplete-with-solr/ > > which is pretty usable as it comes. I found (personally) this approach > way > > more flexible than the original suggester component, but it involves > > storing the user's queries into a separated core. > > > > Gre

Re: Search Suggestion Filtering

2014-01-16 Thread Hamish Campbell
gester component, but it involves > storing the user's queries into a separated core. > > Greetings, > > - Original Message - > From: "Hamish Campbell" > To: solr-user@lucene.apache.org > Sent: Wednesday, January 15, 2014 9:10:16 PM > Subject: Re: Search Suggest

Re: Search Suggestion Filtering

2014-01-16 Thread Jorge Luis Betancourt González
Campbell" To: solr-user@lucene.apache.org Sent: Wednesday, January 15, 2014 9:10:16 PM Subject: Re: Search Suggestion Filtering Thanks Tomás, I'll take a look. Still interested to hear from anyone about using queries to populate the list - I'm willing to give up a bit of performance for the flexib

Re: Search Suggestion Filtering

2014-01-15 Thread Areek Zillur
Hey Hamish, You might want to check this out LUCENE-5402 . I added support for index-time pruning for suggesters that consumes from the index itself. I plan to add this support to file-based suggesters as well. In order to use this functionality from Solr, more changes are required. I am planning

Re: Search Suggestion Filtering

2014-01-15 Thread Hamish Campbell
Thanks Tomás, I'll take a look. Still interested to hear from anyone about using queries to populate the list - I'm willing to give up a bit of performance for the flexibility it would provide. On Thu, Jan 16, 2014 at 1:06 PM, Tomás Fernández Löbbe < tomasflo...@gmail.com> wrote: > I think your

Re: Search Suggestion Filtering

2014-01-15 Thread Tomás Fernández Löbbe
I think your use case is the one described in LUCENE-5350, maybe you want to take a look to the patch and comments there. Tomás On Wed, Jan 15, 2014 at 12:58 PM, Hamish Campbell < hamish.campb...@koordinates.com> wrote: > Hi all, > > I'm looking into options for filtering the search suggestions