When using Highlighting, fragments can be sorted by their respective score, which is a very useful feature.
But is there any way to get their individual score (which must be calculated in the background for the sorting)?
The idea: skip any fragment whose score (i.e. relevance) is too low.
Thanks.