Skip to content

Commit 936e431

Browse files
Update solutions/search/elasticsearch-basics-quickstart.md
Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 178c9da commit 936e431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/elasticsearch-basics-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ GET books/_search
392392

393393
1. `took`: The time in milliseconds for {{es}} to execute the search
394394
2. `timed_out`: Indicates if the search timed out
395-
3. `_shards`: Information about the number of [shards](/reference/glossary/index.md) that the search was executed on and the number that succeeded
395+
3. `_shards`: Information about the number of [shards](/reference/glossary/index.md) that the search was performed on and the number that succeeded
396396
4. `hits`: Has the search results
397397
5. `total`: Information about the total number of matching documents
398398
6. `max_score`: The highest relevance score among all matching documents

0 commit comments

Comments
 (0)