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
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
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
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
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
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
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
Hi all,
I'm looking into options for filtering the search suggestions dictionary.
Using Solr 4.6.0, Suggester component and fst.FuzzyLookupFactory using a
field based dictionary, we're indexing records for a multi-tenanted SaaS
platform. SearchHandler records are always filtered by the particular