- [Getting Started]
- Basic Concepts
- [Exploring Your Data]
- [API Conventions]
- [Document APIs]
- [Search APIs]
- Search
- Suggesters
- [Request Body Search]
- [Indices APIs]
- [Query DSL]
- mapping
- Analysis
Relational DB -> Databases -> Tables -> Rows -> Columns
Elasticsearch -> Indices -> Types -> Documents -> Fields
- document -> 文档
- index -> 索引
- type -> 类型
- token -> 表征
- filter -> 过滤器
- analyser -> 分析器
- mapping -> 映射
- field -> 字段
- shard -> 分片