How to count more than one exact match

In the documentation for exact matches (Adjusting the Exact criterion | Algolia) I see:

  • Exact words are only counted once per record. If the same word has 10 exact matches in a record, whether in the same attribute or not, that query word still gets only 1 point. This means exact is always a number between 0 and the number of words in the query.

When searching long-form content, such as articles or blog posts, I want to be able to change this behavior so that articles which have multiple exact matches will rank cumulatively, eg: An article with 15 exact matches in content will rank higher than one with 5 exact matches.

Is this possible?