alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
testdata
/
at
20a30090ee38bb8d57dd98a47b9f6184fe7dba3f
5 folders
1 file
Keegan Carruthers-Smith
add generic ctags ranking (#474)
3y ago
3b925f0a
backcompat
add generic ctags ranking (#474) We add a few things in this commit. Namely we add generic ranking which is based on best guesses on what is important across languages. I believe this is a useful change since it is mostly true and is likely better than just treating all symbols as equal. Secondly I add language specific ranking for python, ruby and php. These are as usualy best guesses based on experience in the language. Lastly our test cases for TestReadSearch had the language stored in lower case. I noticed this thanks to the generic scorer running since previously the go one was not. Just to be safe I made the switch statements match against both the expected casing and lowered case of languages. Test Plan: go test
3 years ago
golden
add generic ctags ranking (#474) We add a few things in this commit. Namely we add generic ranking which is based on best guesses on what is important across languages. I believe this is a useful change since it is mostly true and is likely better than just treating all symbols as equal. Secondly I add language specific ranking for python, ruby and php. These are as usualy best guesses based on experience in the language. Lastly our test cases for TestReadSearch had the language stored in lower case. I noticed this thanks to the generic scorer running since previously the go one was not. Just to be safe I made the switch statements match against both the expected casing and lowered case of languages. Test Plan: go test
3 years ago
repo
Add small test for v15 backwards compatibility (#23) * add test for backwards compatibility for v15 * update version * WIP use smaller index Change-Id: Id28f9477a400b7d5649bbc0e8a4d567813792fae * reduce test index + use golden file * cleanup * update test
6 years ago
repo2
merging: support exploding compound shards (#271) This change let's us split a compound shard into its constituent repos. In the future this should happen instead of deleting too small compound shards. Fow now, the feature is behind a feature flag. To activate, place a file EXPLODE in the index dir.
4 years ago
shards
ranking: add document ranks to shards (#449) We persist document ranks in the shards and sort file matches based on the rankings determined by the document ranks and match scores. Co-authored-by: Keegan Carruthers-Smith <keegan.csmith@gmail.com>
3 years ago
gen-shards.sh
ci: add shellcheck step (#316)
4 years ago