opensearch-project/OpenSearch

[Star Tree] Removal of @ExperimentalApi annotations in star-tree related code files

Open

#18,499 创建于 2025年6月11日

在 GitHub 查看
 (9 评论) (1 反应) (3 负责人)Java (1,505 fork)batch import
IndexingSearchenhancementgood first issue

仓库指标

Star
 (8,123 star)
PR 合并指标
 (平均合并 5天 9小时) (30 天内合并 266 个 PR)

描述

Is your feature request related to a problem? Please describe

Follow-up on https://github.com/opensearch-project/OpenSearch/pull/18070

Describe the solution you'd like

Since the star-tree is not feature-flagged as experimental anymore, we need to remove up @ExperimentalApi annotations across code-files across indexing and search.

Related component

No response

Describe alternatives you've considered

No response

Additional context

Since this change does not involves considerable logical planning, I feel this is a low-effort good first issue as well, which involves minor code change, running spotless, and raising a PR.

贡献者指南