zoekt: 214 files / 1781 matches / 4.31ms neogrok: 20 files / 132 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 47 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
146
147 // Ranges is a set of matching ranges within this chunk. Each range is relative
148 // to the beginning of the file (not the beginning of Content).
github.com/sourcegraph/zoekttoc.go 5 matches | Go | №4
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/neogrokmain.js 2 matches | JavaScript | №5
github.com/sourcegraph/zoektbits.go 4 matches | Go | №6
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/zoektread.go 8 matches | Go | №7
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
github.com/sourcegraph/zoekteval.go 9 matches | Go | №8
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
87
// For index files that haven't been re-indexed by go-enry,
88 // fall back to file-based matching and continue even if this
89 // repo doesn't have the specific language present.
github.com/sourcegraph/zoektLICENSE 17 matches | Text | №9
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/sourcegraph/zoektbtree.go 4 matches | Go | №10
150
// postingIndexOffset is the index of the posting list of the first ngram
151 // in the bucket. This is enough to determine the index of the posting list
152 // for every other key in the bucket.
185
//
186 // We split full nodes on the the way down to the leaf. This has the
187 // advantage that inserts are handled in a single pass.
github.com/sourcegraph/zoektscore.go 6 matches | Go | №11
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
github.com/isker/neogrokLICENSE 2 matches | Text | №12
github.com/sourcegraph/zoektwrite.go 1 match | Go | №13
github.com/isker/neogrokREADME.md 3 matches | Markdown | №14
github.com/sourcegraph/zoektlimit.go 1 match | Go | №15
github.com/sourcegraph/zoektREADME.md 8 matches | Markdown | №16
5
6 This is a fast text search engine, intended for use with source
7 code. (Pronunciation: roughly as you would pronounce "zooked" in English)
8
9 **Note:** This is a [Sourcegraph](https://github.com/sourcegraph/zoekt) fork
10 of [github.com/google/zoekt](https://github.com/google/zoekt). It is now the
96
97 This will mirror all repos under 'github.com/username', 'github.com/org', as
98 well as the 'zoekt' repository. It will index the repositories.
115
Thanks to Han-Wen Nienhuys for creating Zoekt. Thanks to Alexander Neubeck for
116 coming up with this idea, and helping Han-Wen Nienhuys flesh it out.
117
120
121 Originally this fork contained some changes that do not make sense to upstream
122 and or have not yet been upstreamed. However, this is now the defacto source
123 for Zoekt. This section will remain for historical reasons and contains
124 outdated information. It can be removed once the dust settles on moving from