Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 24, 2023
1 parent a2903b5 commit 49e1f1c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
"boost": 10
}
}},
{"term": {
"launch_id": {
"boost": 5,
"value": 12
}
}},
{"more_like_this": {
"fields": ["merged_small_logs"],
"like": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"boost": 8.0
}}
],
"should": []
"should": [{"term": {"launch_id": {"boost": 5, "value": 12}}}]
}
},
"functions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"boost": 8.0
}}
],
"should": []
"should": [{"term": {"launch_id": {"boost": 5, "value": 12}}}]
}
},
"functions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"boost": 10
}
}},
{"term": {"launch_id": {"boost": 5, "value": 12}}},
{"more_like_this": {
"fields": ["merged_small_logs"],
"like": "",
Expand Down

0 comments on commit 49e1f1c

Please sign in to comment.