Skip to content
iamazy edited this page Dec 14, 2019 · 5 revisions

elasticsearch中的index

-- 不指定[_id] elasticsearch将自动生成
insert into students(name,age,_id) values('iamazy','23','123')

Clone this wiki locally