파일로 여러개의 document 생성하기

여러개의 document가 들어있는 경로로 이동

아래 명령어로 파일 자체를 올리기(_bulk 명령어 사용)

curl -XPOST -H "Content-Type: application/json" 'http://localhost:9200/_bulk?pretty=true' --data-binary @classes.json

데이터 확인해보기
아래 코드로 id 1번 내용 확인

curl -XGET 'http://localhost:9200/classes/class/1?pretty=true'

id를 바꾸면 2, 3 번 등등 을 볼 수 있다.

좋은 웹페이지 즐겨찾기