interface HighlightsCalculator
Used to calculate which parts of exact search result name will be highlighted.
abstract fun highlights(name: String, query: String): List<Pair<Int, Int>>