Skip to content

Latest commit

 

History

History

elasticsearch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ElasticSearch

Lucene:全文检索、倒排索引

核心概念:

  • index: 索引,类似于数据库(database)
  • type: 类型,类似于表(table)
  • document: 文档,类似于数据行(row)
  • field: 字段,类似于数据列(column)
  • mapping: 映射,类似于约束(schema)