Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default terminate after max recall count (#790) #793

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

swethakann
Copy link
Contributor

Add default terminate after max recall count

Add default terminate after max recall count
Comment on lines 1106 to 1110
// 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can omit parallelFetchByField and parallelFetchChunkSize. defaultTerminateAfterMaxRecallCount must still use id 18 to match main.

@swethakann swethakann requested a review from aprudhomme December 5, 2024 23:55
aprudhomme
aprudhomme previously approved these changes Dec 6, 2024
@swethakann swethakann changed the base branch from v0.x to profiling December 6, 2024 18:34
@swethakann swethakann changed the base branch from profiling to v0.x December 6, 2024 18:35
@swethakann swethakann dismissed aprudhomme’s stale review December 6, 2024 18:35

The base branch was changed.

@swethakann swethakann requested a review from aprudhomme December 6, 2024 18:41
@swethakann swethakann merged commit dfa5c79 into v0.x Dec 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants