Project

General

Profile

Task #2638 » ask_en.json

Guilhem Moulin, 2019-06-21 01:38

 
{
"query": {
"bool": {
"must": [
{
"term": {
"origin": "https://ask.libreoffice.org/en/"
}
},
{
"term": {
"author_bot": false
}
},
{
"term": {
"type": "answer"
}
},
{
"term": {
"is_accepted_answer": 1
}
}
]
}
},
"aggs": {
"answer_authors": {
"terms": {
"field": "author_url",
"min_doc_count": 50,
"size": 10000
}
}
}
}
(4-4/6)