Hi,
I can't manage to get the exponent parameter to have any impact on the
suggester I've configured.
My suggester config is below:

<searchComponent class="solr.SuggestComponent" name="suggest">
 <lst name="suggester">
   <str name="name">name</str>
   <str name="lookupImpl">BlendedInfixLookupFactory</str>
   <str name="dictionaryImpl">DocumentDictionaryFactory</str>
   <str name="field">field</str>
   <str name="weightField">weightField</str>
   <str name="contextField">contextField</str>
   <str name="suggestAnalyzerFieldType">text_en</str>
   <str name="blenderType">position_reciprocal</str>
   <double name="exponent">2.0</double>
 </lst>
</searchComponent>

 I know the default is 2.0, but I've tried a large variety of numbers and
none of them have changed the results.

Any insight would be appreciated.
Thank you,
David

Reply via email to