Interface SearchScore

All Superinterfaces:
Bson
All Known Subinterfaces:
ConstantSearchScore, FunctionSearchScore, PathBoostSearchScore, ValueBoostSearchScore

@Evolving @Beta(CLIENT) public interface SearchScore extends Bson
A modifier of the relevance score. You may use the $meta: "searchScore" expression, e.g., via Projections.metaSearchScore(String), to extract the relevance score assigned to each found document.
Since:
4.7
MongoDB Atlas documentation
Scoring