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

[DOC] knn.advanced.filtered_exact_search_threshold is mentioned as a cluster settings but it's not #7642

Closed
Rmaan opened this issue Jul 8, 2024 · 1 comment · Fixed by #7693
Assignees
Labels
2 - In progress Issue/PR: The issue or PR is in progress.

Comments

@Rmaan
Copy link

Rmaan commented Jul 8, 2024

This page lists knn.advanced.filtered_exact_search_threshold as a cluster setting. But if you try to apply it, you will get an error:

persistent setting [knn.advanced.filtered_exact_search_threshold], not recognized

After a some trial and error I dug into code and found it's actually an index level settings. The table need to be updated into 2 separated parts, or at least prefix index ones with index..

@Rmaan Rmaan added the untriaged label Jul 8, 2024
@hdhalter hdhalter added 1 - Backlog - DOC Doc writer assigned to issue responsible for creating PR. and removed untriaged labels Jul 8, 2024
@hdhalter
Copy link
Contributor

hdhalter commented Jul 8, 2024

Thanks, @Rmaan ! @kolchfa-aws , can you please look into this? Thanks.

@hdhalter hdhalter added 2 - In progress Issue/PR: The issue or PR is in progress. and removed 1 - Backlog - DOC Doc writer assigned to issue responsible for creating PR. labels Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In progress Issue/PR: The issue or PR is in progress.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants