Elasticsearch 备忘

排序

{
    "size": 10,
    "query": {
        "bool": {
            "must": [
            {
                "term":
                {
                    "request_uri":"/blog_expand/get_article_expand"
                }
            }
            ]
        }
    },
    "sort": [
    {    

     "request_time": { "order": "desc"   }
      
    }
  ]
}

 

上一篇:kafka 备忘


下一篇:Elasticsearch和HDFS 容错机制 备忘