-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] The split response processor is not enabled in 2.16 #15229
Comments
The split processor is missing here: Lines 89 to 104 in 54c13a6
It was correctly added here: But then I likely messed up a rebase / merge conflict resolution and removed it here:
Unfortunately this is not a dynamic setting, so it looks like it needs to be added to CC: @ohltyler |
Annnnd, it's not. The missing code filters that setting removing anything that's not in that internal map. So there is no workaround in 2.16. |
@dbwiddis Update the docs to say 2.17 for it before too many users try it? |
Describe the bug
The
split
response processor introduced in 2.16 per the documentation is not enabled.https://opensearch.org/docs/latest/search-plugins/search-pipelines/split-processor/
Related component
Search
To Reproduce
Coming from opensearch-project/opensearch-api-specification#505 with the following test file.
Expected behavior
Processor to be enabled.
Additional Details
2.16
Haven't tried but looks like adding the processor to
search.pipeline.common.response.processors.allowed
may be a workaround.The text was updated successfully, but these errors were encountered: