The solr server has keywords (like school, window or blog) associated to ids.
The querys to the server are very basic ones like window AND blog
.
The server also has a very large synonyms.txt, so if you search world wide web
you will also get the results for internet
.
Question: How do I lower the score value of a result found using the synonyms?
Example: I got the synonyms world wide web
and internet
. I define a document with the keyword world wide web
and one with the keyword internet
.
Now I search for internet
: Both documents will be found, but I want the one with the exact internet
keyword ranking higher.