[elasticsearch] Core API - Get/Multi Get/Update
Elastic/Elasticsearch 2013. 4. 16. 15:22본 문서는 개인적인 테스트와 elasticsearch.org 그리고 community 등을 참고해서 작성된 것이며,
정보 교환이 목적입니다.
잘못된 부분에 대해서는 지적 부탁 드립니다.
(예시 코드는 성능 및 보안 검증이 되지 않았습니다.)
[elasticsearch 리뷰]
원문 링크
http://www.elasticsearch.org/guide/reference/api/get.html
http://www.elasticsearch.org/guide/reference/api/multi-get.html
http://www.elasticsearch.org/guide/reference/api/update.html
위 3개의 API 들은 Java API 를 참고하는게 더 좋습니다.
기본 Core API 에서 보여 주고 있는 예제는 REST API 로 kimchy 가 추천하는 방식과는 조금 다른 예제로 보여 주기 위한 목적이 강하다는 판단 입니다.
kimchy 의 추천은 Native Java API 를 사용할 것을 추천 합니다.