原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12090637.html
ES7.0之前,一个Index可以设置多个Type
ES7.0开始,Type已经被Deprecated,一个Index只能设置一个Type —— “_doc”
|
RDBMS |
Elasticsearch |
|
Table |
Index(Type) |
|
Row |
Document |
|
Column |
Field |
|
Schema |
Mapping |
|
SQL |
DSL |
RDBMS和ES区别:
原文:https://www.cnblogs.com/agilestyle/p/12090637.html