Suggester and fuzzy/infix suggestions

2017-06-28 Thread Student 1
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

Re: Suggester and fuzzy/infix suggestions

2017-06-28 Thread Student 1
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