-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Update knn-search.asciidoc #109669
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
base: 8.14
Are you sure you want to change the base?
Update knn-search.asciidoc #109669
Conversation
The recommendation regarding performing heavy indexing with search is probably worded a bit too extremely
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-search (Team:Search) |
@@ -128,7 +128,7 @@ is often enough. To allow the full indexing buffer to be used, you should also | |||
increase the limit <<index-modules-translog,`index.translog.flush_threshold_size`>>. | |||
|
|||
[discrete] | |||
=== Avoid heavy indexing during searches | |||
=== Avoid heavy indexing during times of heavy search throughput |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you also need to soften the language on line 140 to match this sentiment.
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
Important Elastic documentation is migrating to Markdown for version 9.0+. See the migration guide for details. ℹ️ What's happening?
What do I need to do?For <=8.x docs:
For 9.0+ docs:Option 1:
Option 2:
💡 Need help?
|
The recommendation regarding performing heavy indexing with search is probably worded a bit too extremely
gradle check
?