Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost parameter is not working #81

Open
mcuros opened this issue Nov 10, 2017 · 2 comments
Open

boost parameter is not working #81

mcuros opened this issue Nov 10, 2017 · 2 comments

Comments

@mcuros
Copy link

mcuros commented Nov 10, 2017

Hi, is it just me or boost parameter is not working ? If I add bf then it's ok, but i would want to use multiplier with score..

also is it possible to add default boost parameters into config for synonym_edismax ? My defaults for edismax are not used when using synonym_edismax

@OkkeKlein
Copy link

I have the same issue. Boosts are not used when synonym has been found. Tested with 5.05 version

@smyadam
Copy link

smyadam commented Apr 24, 2020

We are facing the Same issue, boost is not getting triggered if we are search for a word which is present in Synonyms list.
Below is our Configuration :

<lst name="defaults">
<str name="echoParams">explicit</str>
<int name="rows">10</int>
<str name="defType">synonym_edismax</str>
<str name="synonyms">true</str>
<str name="synonyms.analyzer">enAnalyzer</str>
<str name="synonyms.originalBoost">2</str>
<str name="synonyms.synonymBoost">1.99</str>
<str name="synonyms.constructPhrases">true</str>
.....
<str name="boost">vintage_date</str> ->  this boost is not applied if I search for a synonym. 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants