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
用于确认索引是否存在,举例如下:
curl -XHEAD 'http://localhost:9200/twitter'
HTTP状态码可以指出索引是否存在。 404
表示不存, 200
表示存在。