When we display search results to our users we include a percentage score.

Top result being 100%, then all others normalised based on the maxScore, calculated outside of Solr.

We now want to limit returned docs with a percentage score higher than say, 50%.

e.g. We want to search but only return docs scoring above 80%, but want to sort by date, hence not being able to just sort by score.

Reply via email to