Skip to content

Commit 4b9aa27

Browse files
Lindsay-00Lingxi Chen
andauthored
[Rule based auto-tagging] Add autotagging rule integration tests (#18550)
--------- Signed-off-by: Lingxi Chen <[email protected]> Signed-off-by: Lindsay-00 <[email protected]> Co-authored-by: Lingxi Chen <[email protected]>
1 parent c56da68 commit 4b9aa27

File tree

3 files changed

+868
-1
lines changed

3 files changed

+868
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2323
- Grok processor supports capturing multiple values for same field name ([#18799](https://github.com/opensearch-project/OpenSearch/pull/18799))
2424
- Upgrade opensearch-protobufs dependency to 0.13.0 and update transport-grpc module compatibility ([#19007](https://github.com/opensearch-project/OpenSearch/issues/19007))
2525
- Add new extensible method to DocRequest to specify type ([#19313](https://github.com/opensearch-project/OpenSearch/pull/19313))
26+
- [Rule based auto-tagging] Add Rule based auto-tagging IT ([#18550](https://github.com/opensearch-project/OpenSearch/pull/18550))
2627

2728
### Changed
2829
- Refactor `if-else` chains to use `Java 17 pattern matching switch expressions`(([#18965](https://github.com/opensearch-project/OpenSearch/pull/18965))

modules/autotagging-commons/common/src/main/java/org/opensearch/rule/action/UpdateRuleResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
6464
/**
6565
* rule getter
6666
*/
67-
Rule getRule() {
67+
public Rule getRule() {
6868
return rule;
6969
}
7070
}

0 commit comments

Comments
 (0)