Elastic search query in golang

can you pls help me convert following elasticsearch query into golang code:

GET indexabc/_search
{
“query”: {
“multi_match” : {
“query”: “page”,
“fields”: [ “splunkQuery”, “keywords” , “systemtype”, “url”]
}
}
}

Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.