Project

General

Profile

Task #2638 » git.json

Guilhem Moulin, 2019-06-21 01:56

 
1
{
2
  "query": {
3
    "term": {
4
      "author_bot": false
5
    }
6
  },
7
  "aggs": {
8
    "answer_authors": {
9
      "terms": {
10
        "field": "author_name",
11
        "min_doc_count": 250,
12
        "size": 10000
13
      }
14
    }
15
  }
16
}
(6-6/6)