-
Notifications
You must be signed in to change notification settings - Fork 500
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] Concurrent Segment Search support in OpenSearch #3662
Comments
@sohami: Which version is concurrent segment search going into? |
Taking a note to mention the settings from opensearch-project/OpenSearch#7956. Specifically, the index setting for concurrent search will override the cluster setting, which I believe is a new behavior for settings in general. |
@Naarcha-AWS For now we are targeting for 2.10 |
As a part of opensearch-project/OpenSearch#8371 we are updating the definition of |
As a part of opensearch-project/OpenSearch#9469 there is a new |
When this feature is GA, we should incorporate the additional introduced/modified fields in their respective tables in the API pages. See #4990 for the changed APIs. |
@sohami Is there any documentation needed for the 2.11 version for this issue? |
Per offline sync with @sohami, there's no work to be done for 2.11 for this issue |
Yes we created separate doc issue for 2.11 where specific updates are needed. Thanks for moving this to 2.12 for now. |
Taking note to document "slice_size" change from opensearch-project/OpenSearch#11585 |
Taking note to document descending sort considerations wrt concurrent segment search References: |
@kolchfa-aws Compiling a list of all the docs related updates we will need for concurrent segment search GA:
@sohami @ticheng-aws @yigithub @neetikasinghal please let me know if you think of anything else! |
We also need a PR to remove the "experimental" keyword altogether. |
Added terms aggregation concurrent search docs and improvements here: #6355 |
Summarizing the concurrent search related PRs we have floating around: |
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Add documentation about the concurrent segment search functionality and the knobs it exposes for the users to consume. For now adding as a placeholder issue and details will be added later.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
opensearch-project/OpenSearch#2587
** Additional Issues **
#4281
The text was updated successfully, but these errors were encountered: