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 can only get one behaviour - either look inside the field and require strictly correct spelling, OR allow for typos but match only beginning of the field. Regards, Piotr