[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/response/699

트랙백 주소 :: http://www.yongbi.net/trackback/699

트랙백 RSS :: http://www.yongbi.net/rss/trackback/699

댓글을 달아 주세요

댓글 RSS 주소 : http://www.yongbi.net/rss/comment/699
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다