Show Menu
Cheatography

test Cheat Sheet (DRAFT) by

主要测试功能,看看如何制作一个cheatsheet

This is a draft cheat sheet. It is a work in progress and is not finished yet.

测试文本

GET twitter/_search
{
  "size": 0,
  "aggs": {
    "total_missing_age": {
      "missing": {
        "field": "age"
      }
    }
  }
}
 

list列表测试

1
2