Elasticsearch 指令碼分組

Vckin發表於2019-01-15
{
    "size": 0,
    "query": {
        "match_all": {}
    },
    "aggs": {
        "sexprof": {
            "terms": {
                "script": {
                    "inline": "doc['SEX.keyword'].value +'-split-'+ doc['PROF.keyword'].value "
                }
            }
        }
    }
}
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章