File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
docs/reference/elasticsearch/mapping-reference Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -270,10 +270,8 @@ POST test-index/_search
2702702 . 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
279277POST test-index/_search
You can’t perform that action at this time.
0 commit comments