appview/indexer/repos: boost popular repos in search
repos with more stars go higher up in the search results.
the final result order is a bit magic right now, generally speaking:
forks go lower, more stars go higher, for now.
some more areas of improvement:
- boosting for prefix matches
- boosting for exact matches
- boosting for matches in repo name over repo desc/topic/website etc.
Signed-off-by: oppiliappan <me@oppi.li>