zoekt: 222 files / 1799 matches / 5.06ms 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 part6 of this process is finding the code that you should read. If you are7 working on a large project, then finding source code through34
approximate query, and then refine it based on results you got. For35 this to work, you need the following features:36 53
* Coverage: `zoekt` comes with tools to mirror parts of common Git54 hosting sites. `cs.bazel.build` uses this to index most of the55 Google authored open source software on github.com andgithub.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 at162
163 // Ranges is a set of matching ranges within this chunk. Each range is relative164 // 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 common17 control with that entity. For the purposes of this definition,18 "control" means (i) the power, direct or indirect, to cause the23
"You" (or "Your") shall mean an individual or Legal Entity24 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 the11 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 helpful39 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 at49
// compatibility. For example, if a new way to encode filenameNgrams on disk is50 // added using a new section but the old one is retained, this would only bump51 // FeatureVersion, since the previous version can read the file and ignore the57
// 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 across109 // 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 at351
//352 // This is very rarely a slight pessimization on repos where there are frequent353 // 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 at101
// page. For example, when serving on "search.myproject.org"102 // we could add "r:myproject" automatically. This allows a103 // single instance to serve as search engine for multiple