[CentOS7] Elasticsearch 데이터 입력,조회,삭제, 업데이트 기본 ▶ Elastic Search는 rest API를 사용. ▶ Elastic Search Realation DB 비교 Index DatabaseType TableDocument RowField ColumnMapping Schema GET SelectPUT Update POST InsertDELETE Delete ex) getcurl -XGET localhost:9200/classes/class/1select * from class where id = 1 ex) postcurl -XPOST localhost:9200/classes/class/1 -d '{xxx}'insert into class values (xxx) ex) p..
11-2. [CentOS7] Elasticsearch 데이터 입력,조회,삭제, 업데이트 기본
[CentOS7] Elasticsearch 데이터 입력,조회,삭제, 업데이트 기본 ▶ Elastic Search는 rest API를 사용. ▶ Elastic Search Realation DB 비교 Index DatabaseType TableDocument RowField ColumnMapping Schema GET SelectPUT Update POST InsertDELETE Delete ex) getcurl -XGET localhost:9200/classes/class/1select * from class where id = 1 ex) postcurl -XPOST localhost:9200/classes/class/1 -d '{xxx}'insert into class values (xxx) ex) p..
2018.02.14