Hi,
I'm trying to implement suggestions mechanism using Solr Suggester
component, that would work like this:
- look inside of the field (like AnalyzingInfixLookupFactory does) AND
- allow for minor spelling mistakes (like FuzzyLookupFactory does).
Is it at all possible? It looks to me, like you
org/ (my blog)
>
>
> > On Jun 28, 2017, at 9:47 AM, Student 1 wrote:
> >
> > Hi,
> >
> > I'm trying to implement suggestions mechanism using Solr Suggester
> > component, that would work like this:
> >
> > - look inside of the field