opensearch-project/OpenSearch

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

Open

#18.499 aberto em 11 de jun. de 2025

Ver no GitHub
 (9 comments) (1 reaction) (3 assignees)Java (1.505 forks)batch import
IndexingSearchenhancementgood first issue

Métricas do repositório

Stars
 (8.123 stars)
Métricas de merge de PR
 (Mesclagem média 5d 9h) (266 fundiu PRs em 30d)

Description

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.

Guia do colaborador