Slide 8
Slide 8 text
www.elastic.co Copyright Elastic 2015 Copying, publishing and/or
distributing without written permission is strictly prohibited
8
Elasticsearch Documents
• Identified by index/type/id
• JSON Document:
{
"author": "imotov",
"title": "Introduction to Elasticsearch",
"post_date": "2015-03-25",
"size": 30
}