-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Highlight field to SearchHit struct (#654)
* Add Highlight field to SearchHit struct Signed-off-by: Tim Holdaway <[email protected]> * Update changelog Signed-off-by: Tim Holdaway <[email protected]> * Update SearchTemplate struct with Status field This field is returned since OpenSearch 2.18 Signed-off-by: Tim Holdaway <[email protected]> * Update NodeStatsstruct with RemoteStore field This field is returned since OpenSearch 2.18. (see opensearch-project/OpenSearch#15611) Signed-off-by: Tim Holdaway <[email protected]> * Always attempt to pull the docker base image for integration tests. Otherwise we can end up with a cached version of opensearch:latest that is not the current latest, and would use that instead, resulting in tests running against a different version than in the CI build. Signed-off-by: Tim Holdaway <[email protected]> --------- Signed-off-by: Tim Holdaway <[email protected]>
- Loading branch information
1 parent
f81866a
commit 040f709
Showing
6 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters