zoekt: 44 files / 3656 matches / 19.82ms neogrok: 4 files / 500 matches

neogrokindex/contentprovider.go 205 matches | Go | №1

1 // Copyright 2016 Google Inc. All rights reserved.2 //
4 // you may not use this file except in compliance with the License.5 // You may obtain a copy of the License at6 //
8 //9 // Unless required by applicable law or agreed to in writing, software10 // distributed under the License is distributed on an "AS IS" BASIS,11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.12 // See the License for the specific language governing permissions and
62 // searchOneShard recovers the panic at the shard boundary, logs the error with63 // the query and stack trace, and increments Stats.Crashes. Callers therefore get64 // partial results with an explicit crashed-shard signal rather than a silent

neogrokapi.go 162 matches | Go | №2

1 // Copyright 2016 Google Inc. All rights reserved.2 //
4 // you may not use this file except in compliance with the License.5 // You may obtain a copy of the License at6 //
8 //9 // Unless required by applicable law or agreed to in writing, software10 // distributed under the License is distributed on an "AS IS" BASIS,11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.12 // See the License for the specific language governing permissions and
37 38 // FileMatch contains all the matches within a file.39 type FileMatch struct {

neogrokgrpc/protos/zoekt/webserver/v1/webserver.proto 107 matches | Protocol Buffer | №3

49 50 // Return an upper-bound estimate of eligible documents in51 // stats.ShardFilesConsidered.
56 57 // Maximum number of matches: skip all processing an index58 // shard after we found this many non-overlapping matches.
60 61 // Maximum number of matches: stop looking for more matches62 // once we have this many matches across shards.
64 65 // Maximum number of matches: skip processing documents for a repository in66 // a shard once we have found ShardRepoMaxMatchCount.

neogrokgitindex/index.go 26 matches | Go | №4

1 // Copyright 2016 Google Inc. All rights reserved.2 //
4 // you may not use this file except in compliance with the License.5 // You may obtain a copy of the License at6 //
8 //9 // Unless required by applicable law or agreed to in writing, software10 // distributed under the License is distributed on an "AS IS" BASIS,11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.12 // See the License for the specific language governing permissions and
410 411 // The Options structs controls details of the indexing process.412 type Options struct {