[Loading the Sample Dataset]
여러분은 샘플 dataset (accounts.json)을 https://github.com/bly2k/files/blob/master/accounts.zip?raw=true 에서 다운로드 받을 수 있다. 압축을 현재 directory에 풀고, 다음과 같이 cluster에 data를 load해 보자.
curl -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json
curl 'localhost:9200/_cat/indices?v'
응답 결과는 다음과 같다.
curl 'localhost:9200/_cat/indices?v'
health index pri rep docs.count docs.deleted
store.size pri.store.size
yellow bank 5 1 1000 0 424.4kb 424.4kb
이것으로 bank index (account type 아래)에 1000개의 document가 성공적으로 bulk index되었음을 알 수 있다.
댓글을 달아 주세요
댓글 RSS 주소 : http://www.yongbi.net/rss/comment/699