搜索
检索文档
GET /megacorp/employee/1{
"_index" : "megacorp",
"_type" : "employee",
"_id" : "1",
"_version" : 1,
"found" : true,
"_source" : {
"first_name" : "John",
"last_name" : "Smith",
"age" : 25,
"about" : "I love to go rock climbing",
"interests": [ "sports", "music" ]
}
}简易搜索
使用Query DSL搜索
更加复杂的搜索
全文搜索
段落搜索
高亮我们的搜索
Last updated