Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 6f37728

Browse files
committed
"found" not "exists"
Closes #361
1 parent d953fb5 commit 6f37728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

030_Data/15_Get.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ filtered out the `date` field:
9393
"_type" : "blog",
9494
"_id" : "123",
9595
"_version" : 1,
96-
"exists" : true,
96+
"found" : true,
9797
"_source" : {
9898
"title": "My first blog entry" ,
9999
"text": "Just trying this out..."

0 commit comments

Comments
 (0)