Skip to content

feat: migrate statistic fields to typed collection API - EXO-87596#1982

Merged
boubaker merged 1 commit into
developfrom
merge-7.2.x-dev
Jun 22, 2026
Merged

feat: migrate statistic fields to typed collection API - EXO-87596#1982
boubaker merged 1 commit into
developfrom
merge-7.2.x-dev

Conversation

@boubaker

Copy link
Copy Markdown
Member

Replace deprecated StatisticData#addParameter usages with explicit typed APIs across product modules.

Use addKeyword/addKeywords for identifiers and labels, addLong for numeric aggregation fields, and typed collection variants where needed. This makes the intended Elasticsearch mapping explicit at producer level and avoids accidental field type changes or unnecessary *_alt mapping creation.

…1981)

Replace deprecated StatisticData#addParameter usages with explicit typed
APIs across product modules.

Use addKeyword/addKeywords for identifiers and labels, addLong for
numeric aggregation fields, and typed collection variants where needed.
This makes the intended Elasticsearch mapping explicit at producer level
and avoids accidental field type changes or unnecessary *_alt mapping
creation.
@boubaker boubaker requested review from AzmiTouil and sofyenne June 22, 2026 09:24
@boubaker boubaker enabled auto-merge (squash) June 22, 2026 09:49
@sonarqubecloud

Copy link
Copy Markdown

@boubaker boubaker merged commit 4ec1dd8 into develop Jun 22, 2026
11 of 13 checks passed
@boubaker boubaker deleted the merge-7.2.x-dev branch June 22, 2026 10:13
exo-swf pushed a commit that referenced this pull request Jun 22, 2026
…1982)

Replace deprecated StatisticData#addParameter usages with explicit typed APIs across product modules.

Use addKeyword/addKeywords for identifiers and labels, addLong for numeric aggregation fields, and typed collection variants where needed.
This makes the intended Elasticsearch mapping explicit at producer level and avoids accidental field type changes or unnecessary *_alt mapping creation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants