Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,15 @@ setup:
index:
index: test_index
id: "0"
refresh: true
body:
embedding: [ 0.5, 111.3, -13.0, 14.8, -156.0 ]

# wait and ensure that the mapping update is replicated
- do:
cluster.health:
wait_for_events: languid

- do:
indices.get_mapping:
index: test_index
Expand Down