fork of https://github.com/sourcegraph/zoekt
1queryString: zoekt searcher
2query: (and substr:"zoekt" substr:"searcher")
3targetRank: 1
4
5**github.com/sourcegraph/zoekt/api.go**
6824:type Searcher interface {
715:package zoekt // import "github.com/sourcegraph/zoekt"
8697: ZoektVersion string
9hidden 13 more line matches
10
11github.com/sourcegraph/zoekt/rpc/internal/srv/srv.go
1233:type Searcher struct {
1334: Searcher zoekt.Searcher
1437:func (s *Searcher) Search(ctx context.Context, args *SearchArgs, reply *SearchReply) error {
15hidden 9 more line matches
16
17github.com/sourcegraph/sourcegraph-public-snapshot/doc/admin/observability/dashboards.md
1816264:## Searcher
1919728:## Zoekt
2016371:### Searcher: Cache store
21hidden 713 more line matches
22
23github.com/sourcegraph/sourcegraph-public-snapshot/monitoring/definitions/searcher.go
2412:func Searcher() *monitoring.Dashboard {
2514: containerName = "searcher"
2615: grpcServiceName = "searcher.v1.SearcherService"
27hidden 31 more line matches
28
29github.com/sourcegraph/sourcegraph-public-snapshot/internal/search/job/job.go
3073: Zoekt zoekt.Streamer
3174: SearcherURLs *endpoint.Map
3275: SearcherGRPCConnectionCache *defaults.ConnectionCache
33hidden 1 more line matches
34
35github.com/sourcegraph/zoekt/json/json.go
3626: Searcher zoekt.Searcher
3725:type jsonSearcher struct {
3848:func (s *jsonSearcher) jsonSearch(w http.ResponseWriter, req *http.Request) {
39hidden 16 more line matches
40
41hidden 119 more file matches