Skip to content

Commit a7a71a2

Browse files
authored
Bump to 9.1.1 release (#480)
1 parent 6e34d1b commit a7a71a2

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
es_stack:
20-
- 8.17.5
21-
- 8.18.0
22-
- 8.19.0-SNAPSHOT
23-
- 9.0.0
24-
- 9.1.0-SNAPSHOT
20+
- 8.18.4
21+
- 8.19.0
22+
- 9.0.4
23+
- 9.1.1
24+
- 9.2.0-SNAPSHOT
2525
runs-on: ubuntu-latest
2626
services:
2727
elasticsearch:

notebooks/search/02-hybrid-search.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,30 +249,35 @@
249249
"Title: Python Crash Course\n",
250250
"Summary: A fast-paced, no-nonsense guide to programming in Python\n",
251251
"Rank: 1\n",
252+
"Score: 0.032786883\n",
252253
"\n",
253254
"ID: HwOa7osBiUNHLMdf3q2r\n",
254255
"Publication date: 2019-10-29\n",
255256
"Title: The Pragmatic Programmer: Your Journey to Mastery\n",
256257
"Summary: A guide to pragmatic programming for software engineers and developers\n",
257258
"Rank: 2\n",
259+
"Score: 0.03175403\n",
258260
"\n",
259261
"ID: JAOa7osBiUNHLMdf3q2r\n",
260262
"Publication date: 2018-12-04\n",
261263
"Title: Eloquent JavaScript\n",
262264
"Summary: A modern introduction to programming\n",
263265
"Rank: 3\n",
266+
"Score: 0.016129032\n",
264267
"\n",
265268
"ID: IwOa7osBiUNHLMdf3q2r\n",
266269
"Publication date: 2015-03-27\n",
267270
"Title: You Don't Know JS: Up & Going\n",
268271
"Summary: Introduction to JavaScript and programming as a whole\n",
269272
"Rank: 4\n",
273+
"Score: 0.015873017\n",
270274
"\n",
271275
"ID: KAOa7osBiUNHLMdf3q2r\n",
272276
"Publication date: 2012-06-27\n",
273277
"Title: Introduction to the Theory of Computation\n",
274278
"Summary: Introduction to the theory of computation and complexity theory\n",
275-
"Rank: 5\n"
279+
"Rank: 5\n",
280+
"Score: 0.015873017\n"
276281
]
277282
}
278283
],

0 commit comments

Comments
 (0)