We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d105e commit 8cae0f6Copy full SHA for 8cae0f6
docs/reference/elasticsearch/mapping-reference/semantic-text.md
@@ -282,11 +282,14 @@ POST test-index/_search
282
"highlight": {
283
"fields": {
284
"my_semantic_field": {
285
- "number_of_fragments": 5
+ "number_of_fragments": 5 <1>
286
}
287
288
289
290
+```
291
+
292
+1. This will return the first 5 chunks, set this number higher to retrieve more chunks.
293
294
Highlighting is supported on fields other than semantic_text. However, if you
295
want to restrict highlighting to the semantic highlighter and return no
0 commit comments