Introduction to Elasticsearch

36

Transcript of Introduction to Elasticsearch

Elasticsearch

http://eddysuaib.com/wp-content/uploads/2012/12/Keyword-icon.png

REST

{"hello": "world"}

{

"ok": true,

"_index": "blog",

"_type": "posts",

"_id": "1",

"_version": 1

}

blog product

blog

{

"ok": true,

"_index": "blog",

"_type": "posts",

"_id": "1",

"_version": 1

}

posts users

blog

{

"ok": true,

"_index": "blog",

"_type": "posts",

"_id": "1",

"_version": 1

}

posts

1 two etc

{

"ok": true,

"_index": "blog",

"_type": "posts",

"_id": "1",

"_version": 2

}

{ } { }