RE: Search suggester - threshold parameter

2017-11-17 Thread Peter Lancaster
2017 15:41 To: solr-user@lucene.apache.org Subject: Search suggester - threshold parameter Does any of the phrase suggesters in Solr 6.1 honor the threshold parameter? I made following changes to enable phrase suggestion in my environment. Played with different threshold values but looks lik

Search suggester - threshold parameter

2017-11-17 Thread ruby
Does any of the phrase suggesters in Solr 6.1 honor the threshold parameter? I made following changes to enable phrase suggestion in my environment. Played with different threshold values but looks like the parameter is not being used. mySuggester FuzzyLookupFactory suggester_fu

Search suggester - threshold parameter

2017-11-16 Thread ruby
Does the threshold parameter work with any of the phrase suggestion component? https://lucene.apache.org/solr/guide/6_6/suggester.html AnalyzingInfixSuggester BlendedInfixLookupFactory DocumentDictionaryFactory title price text_en *0.005* The wiki page does not mention