Hướng dẫn các API trong Elasticsearch.
(Xem lại: Hướng dẫn Elasticsearch)
Trong các ví dụ API Elasticsearch, mình sẽ dùng postman để gửi request.
Để định dạng dữ liệu trả về của mỗi API, các bạn thêm tham số ?format=yaml
vào cuối mỗi API, định dạng trả về có thể là text, json, yaml…
Các API đọc thông tin hệ thống:
Các API thêm/sửa/xóa Index
- API tạo Index trong Elasticsearch.
- API liệt kê, hiển thị các Index trong Elasticsearch
- API xóa Index trong Elasticsearch
Các API thêm/sửa/xóa type
Các API thêm/sửa/xóa document
- API tạo dữ liệu – Insert, thêm dữ liệu vào Elasticsearch
- API Lấy document theo Id, Select document Elasticsearch
- API đọc dữ liệu – Tìm kiếm dữ liệu, document Elasticsearch
- API cập nhật dữ liệu – Update document Elasticsearch
- API xóa dữ liệu – Delete document Elasticsearch
- Truy vấn document – dữ liệu Elasticsearch với công cụ Elasticsearch Head.
References: