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
/
shards
/
at
5ddb944a6d3c5de8689da56592687afc3fa26e07
9 files
Julie Tibshirani
Ranking: increase contribution of repo rank (#546)
3y ago
5f25b307
aggregate.go
Ranking: increase contribution of repo rank (#546) The file score includes a "repo rank" signal, which is based on the repository's number of stars. Previously, we were aggressively normalizing the number of stars, which made the repo ranks small and close together. This PR changes the normalization to spread it out better over the full range. This increases its contribution to the score.
3 years ago
eval.go
all: rename module to github.com/sourcegraph/zoekt We are a hard enough for now that we might as well have our own module name. This will also make it possible to more directly use go tooling.
3 years ago
eval_test.go
all: rename module to github.com/sourcegraph/zoekt We are a hard enough for now that we might as well have our own module name. This will also make it possible to more directly use go tooling.
3 years ago
sched.go
scheduler: add some clarifying comments (#508)
3 years ago
sched_test.go
all: fix errcheck lints in test files
4 years ago
shards.go
Add RepoIds filter to /api/search based on new RepoIds query primitive (#521) This is a new parameter that can be passed in the request body to filter searches to a list of repositories by `repoid`. This makes use of a new `RepoIds` query filter.
3 years ago
shards_test.go
Ranking: increase contribution of repo rank (#546) The file score includes a "repo rank" signal, which is based on the repository's number of stars. Previously, we were aggressively normalizing the number of stars, which made the repo ranks small and close together. This PR changes the normalization to spread it out better over the full range. This increases its contribution to the score.
3 years ago
watcher.go
Fix no-shards-loaded being reported as crashes (#512) Full debug context here: https://sourcegraph.slack.com/archives/C023ELQLV7F/p1672835804462349 Commit 9899a9b3f475ef066ed70c395f8b303268f5d00c changed what the response looks like when Zoekt has never loaded a shard: it now reports a `Crashes = 1`, even if everything's fine. That leads to upstream errors where we show an error message in the Sourcegraph admin UI because the customer hasn't added any repositories to their instance yet. The fix here changes the `loader` to also mark the `shardedSearcher` as ready if there was nothing to load. Previously the `markReady` was skipped, the searcher wasn't marked as "ready" and every search query was replied to with a `Crashes = 1`
3 years ago
watcher_test.go
shards: unexport NewDirectoryWatcher Does not need to be exported.
3 years ago