CRUD1 [ElasticSearch] 데이터 입력, 조회, 수정, 삭제 getcurl -XGET -k -u elastic:elastic https://localhost:9200/classes putcurl -XPUT -k -u elastic:elastic https://localhost:9200/classesindex를 생성 할 수 있습니다.postcurl -XPOST -k -u elastic:elastic -H "Content-Type: application/x-ndjson" https://localhost:9200/class/_doc/1 -d '{"title":"Algorithm","professor":"John"}'document를 생성 할 수 있습니다. ID가 1인 문서를 추가하는 경우에는 _doc/1 을 붙혀줍니다. curl -XPOST -k -u elastic:e.. 2025. 3. 23. 이전 1 다음