Skip to content

Commit d9d105e

Browse files
kderussoMikep86
andauthored
Update docs/reference/elasticsearch/mapping-reference/semantic-text.md
Co-authored-by: Mike Pellegrini <[email protected]>
1 parent 134104d commit d9d105e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,8 @@ POST test-index/_search
270270
2. Sorts the most relevant highlighted fragments by score when set to `score`. By default,
271271
fragments will be output in the order they appear in the field (order: none).
272272

273-
To use the `semantic` highlighter to view indexed chunks in the order which they
274-
were indexed and no scoring,
275-
use the `match_all` query to retrieve each chunk in the order which it appears
276-
in the document:
273+
To use the `semantic` highlighter to view chunks in the order which they were indexed with no scoring,
274+
use the `match_all` query to retrieve them in the order they appear in the document:
277275

278276
```console
279277
POST test-index/_search

0 commit comments

Comments
 (0)