Skip to content

Commit

Permalink
Include aggregations and suggest in SearchTemplateResponse (#462)
Browse files Browse the repository at this point in the history
* Include aggregations and suggest in SearchTemplateResponse

Signed-off-by: Norbert Érsek <enorby1@gmail.com>

* make SearchTemplateResponse extend SearchResponse, add test cases

Signed-off-by: Norbert Érsek <enorby1@gmail.com>

* Introduce intermediary SearchResult class

Signed-off-by: Norbert Érsek <enorby1@gmail.com>

* Fix copyright header of new class

Signed-off-by: Norbert Érsek <enorby1@gmail.com>

---------

Signed-off-by: Norbert Érsek <enorby1@gmail.com>
  • Loading branch information
eNorby1 committed May 2, 2023
1 parent de3379f commit 81ed75c
Show file tree
Hide file tree
Showing 7 changed files with 885 additions and 738 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Changed
- Improve time taken by Github actions by using cache ([#439](https://github.com/opensearch-project/opensearch-java/pull/439))
- Introduce intermediary SearchResult for SearchResponse and SearchTemplateResponse classes, enabling similar response handling for both ([#462](https://github.com/opensearch-project/opensearch-java/pull/462))

### Deprecated

Expand Down
Loading

0 comments on commit 81ed75c

Please sign in to comment.