documentation-website
documentation-website copied to clipboard
[DOC] Document the use of protobuf feature flag
What do you want to do?
- [ ] Request a change to existing documentation
- [X] Add new documentation
- [ ] Report a technical problem with the documentation
- [ ] Other
Tell us about your request. Provide a summary of the request and all versions that are affected. We are adding an experimental feature in 2.13 to enable protobuf for normal searches (QUERY_THEN_FETCH without aggregations). To enable this feature, the feature flag needs to be turned on:
opensearch.experimental.feature.search_with_protobuf.enabled=true
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
https://github.com/opensearch-project/OpenSearch/pull/11910
Meta : https://github.com/opensearch-project/OpenSearch/issues/10684
Thanks, @VachaShah , @getsaurabh02 ! Who will be drafting the doc PR?
@hdhalter I can draft the doc PR. @getsaurabh02 Do you know what would be the best place to add this feature flag info? I know there is a page on the website for how to use feature flags, but is there a place where the feature flags are listed?
This is not part of 2.13.0 anymore.
Hi @VachaShah , is this on track for 2.14?