google / zoekt

Fast trigram based code search
1.69k stars 113 forks source link

star ranking not working #50

Closed hanwen closed 6 years ago

hanwen commented 6 years ago

https://cs.bazel.build/search?q=ImmutableList++lang%3Ajava+r%3Agithub&num=50

this should probably put gauva at the top, but apache/felix is the number one result.

hanwen commented 6 years ago

guava: Rank 7726

felix: Rank 7014

hanwen commented 6 years ago

analysis: guava has so many references to ImmutableList that we bail before finding the interesting match.

This should really be addressed by https://github.com/google/zoekt/issues/5