zoekt: 222 files / 1799 matches / 7.43ms neogrok: 20 files / 114 matches
github.com/sourcegraph/zoektdoc/faq.md 6 matches | Markdown | №1
5
Software engineering is more about reading than writing code, and part
6 of this process is finding the code that you should read. If you are
7 working on a large project, then finding source code through
34
approximate query, and then refine it based on results you got. For
35 this to work, you need the following features:
36
53
* Coverage: `zoekt` comes with tools to mirror parts of common Git
54 hosting sites. `cs.bazel.build` uses this to index most of the
55 Google authored open source software on github.com and
github.com/sourcegraph/zoektinternal/e2e/testdata/assets_are_not_configured_for_this_binary.txt 2 matches | Text | №2
github.com/sourcegraph/zoektapi.go 50 matches | Go | №3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
162
163 // Ranges is a set of matching ranges within this chunk. Each range is relative
164 // to the beginning of the file (not the beginning of Content).
github.com/sourcegraph/zoektLICENSE 17 matches | Text | №4
9
"License" shall mean the terms and conditions for use, reproduction,
10 and distribution as defined by Sections 1 through 9 of this document.
11
16
other entities that control, are controlled by, or are under common
17 control with that entity. For the purposes of this definition,
18 "control" means (i) the power, direct or indirect, to cause the
23
"You" (or "Your") shall mean an individual or Legal Entity
24 exercising permissions granted by this License.
25
github.com/isker/neogrokmain.js 2 matches | JavaScript | №5
github.com/sourcegraph/zoektREADME.md 6 matches | Markdown | №6
9
10 **Note:** This has been the maintained source for Zoekt since 2017, when it was forked from the
11 original repository [github.com/google/zoekt](https://github.com/google/zoekt).
37
38 Zoekt supports indexing and searching repositories on the command line. This is most helpful
39 for simple local usage, or for testing and development.
github.com/sourcegraph/zoektweb/api.go 3 matches | Go | №7
github.com/isker/neogrokLICENSE 2 matches | Text | №8
github.com/sourcegraph/zoektmarshal.go 1 match | Go | №9
github.com/sourcegraph/zoektweb/doc.go 1 match | Go | №10
github.com/isker/neogrokREADME.md 3 matches | Markdown | №11
github.com/sourcegraph/zoektapi_proto.go 2 matches | Go | №12
github.com/sourcegraph/zoektindex/toc.go 5 matches | Go | №13
3
// Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
49
// compatibility. For example, if a new way to encode filenameNgrams on disk is
50 // added using a new section but the old one is retained, this would only bump
51 // FeatureVersion, since the previous version can read the file and ignore the
57
// longer valid.
58 // In this way, compatibility with arbitrary version offsets can be indicated.
59
104
func (t *indexTOC) sections() []section {
105 // This old sections list is only needed to maintain backwards compatibility,
106 // and can be removed when a migration to tagged sections is complete.
107 return []section{
108 // This must be first, so it can be reliably read across
109 // file format versions.
github.com/isker/neogrokyarn.lock 1 match | YAML | №14
github.com/sourcegraph/zoektweb/trace.go 1 match | Go | №15
github.com/sourcegraph/zoektcmd/flags.go 1 match | Go | №16
github.com/sourcegraph/zoektquery/doc.go 1 match | Go | №17
github.com/sourcegraph/zoektdoc/ctags.md 1 match | Markdown | №18
github.com/sourcegraph/zoektindex/bits.go 4 matches | Go | №19
3
// Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
351
//
352 // This is very rarely a slight pessimization on repos where there are frequent
353 // non-ASCII characters.
github.com/sourcegraph/zoektweb/server.go 5 matches | Go | №20
3
// Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
101
// page. For example, when serving on "search.myproject.org"
102 // we could add "r:myproject" automatically. This allows a
103 // single instance to serve as search engine for multiple