Guide
API
Core
Indices
- Aliases
- Analyze
- Create Index
- Delete Index
- Open/Close Index
- Get Settings
- Get Mapping
- Put Mapping
- Delete Mapping
- Refresh
- Optimize
- Flush
- Snapshot
- Update Settings
- Templates
- Stats
- Status
- Segments
- Clear Cache
- Indices Exists
Cluster
允许删除一个映射项(类型)及其数据。REST格式的端点为 /{index}/{type}
,并且使用 DELETE
方法。
注意,大多数时候,重新索引这些数据到一个新的索引中要比删除他们更好。