Hi! I'm wondering what solr is really doing with the exact word vs. the stemmed word. So for example I have 2 documents. The first one has in the title the word "convertible" The second one has "convert" When solr stem the titles, both will be the same since convertible -> convert.
Then when I search "convertible" both documents seems to have the same relevancy... is that right or Solr keeps track of the original word and gives extra score to the fact that I am actually looking for the same exact word that I have in a document... I might be wrong, but it seems to me that it should score that better. What do you think?