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 Not working when searching for a Synonym #89

Open
smyadam opened this issue Apr 29, 2020 · 0 comments
Open

boost Not working when searching for a Synonym #89

smyadam opened this issue Apr 29, 2020 · 0 comments

Comments

@smyadam
Copy link

smyadam commented Apr 29, 2020

We are facing an issue where boost is not getting triggered if we are search for a word which is present in Synonyms list. We are using Solr 7.2.1
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

1 participant