Skip to content

Commit

Permalink
Remove a couple of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
swethakann committed Dec 5, 2024
1 parent 612d6cd commit 02589f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clientlib/src/main/proto/yelp/nrtsearch/luceneserver.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1103,10 +1103,6 @@ message IndexLiveSettings {
google.protobuf.UInt64Value maxMergePreCopyDurationSec = 14;
// Collect and publish additional index metrics, which may be more expensive in terms of volume, memory and/or compute, default: false
google.protobuf.BoolValue verboseMetrics = 15;
// If fetch parallelism should be done by groups of fields instead of document, default: false
google.protobuf.BoolValue parallelFetchByField = 16;
// The number of documents/fields per parallel fetch task, default: 50
google.protobuf.Int32Value parallelFetchChunkSize = 17;
// Terminate after max recall count value to use when not specified in the search request, or 0 for none, default: 0
google.protobuf.Int32Value defaultTerminateAfterMaxRecallCount = 18;
}
Expand Down

0 comments on commit 02589f9

Please sign in to comment.