include not work in 5.x anymore use includes instead
@@ -51,7 +51,7 @@ only the title field is being included in the source.
}
],
"_source": {
- "include": [
+ "includes": [
"title"
]
},