Is there a way to score documents so that the relevance score has a fixed range, like from 0 to 1.0 ? The default scoring can return arbitrarily high scores, depending on how many times the matching term appears in the document.
It's tempting to want to normalize the score by the top-matching document, but this is wrong since the top document isn't always a perfect match. Are there other built-in scorers, or parameter settings that will do this? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/dbf1f137-b160-4e30-94b7-1cc9b8fb939e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
