static L indexedTerms_scoredSearch(S query, int max) { ret takeFirst(max, scoredSearch(query, allIndexedTerms_iterator())); }