(ElasticSearch) 데이터 구조 비교

관계형 DB          엘라스틱서치
데이터베이스      인덱스(Index)
테이블(Table)     타입(Type)
열(Row)          도큐먼트(Document)
행(Column)        필드(Field)
스키마(Schema)  매핑(Mapping)



curl -X{메소드} http://host:port/{인덱스}/{타입}/{도큐먼트id} -d '{데이터}'


댓글