Does the threshold parameter work with any of the phrase suggestion component?
https://lucene.apache.org/solr/guide/6_6/suggester.html <lst name="suggester"> <str name="name">AnalyzingInfixSuggester</str> <str name="lookupImpl">BlendedInfixLookupFactory</str> <str name="dictionaryImpl">DocumentDictionaryFactory</str> <str name="field">title</str> <str name="weightField">price</str> <str name="suggestAnalyzerFieldType">text_en</str> *<float name="threshold">0.005</float>* </lst> The wiki page does not mention controlling threshold and I tried changing the threshold parameter and not seeing any difference. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html