Go Community Linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Go community here or just enjoy what everyone else has found!


Elasticsearch query examples with Golang

Elasticsearch query examples with Golang

Queries in Elastic differ quite a lot from standard (No)SQL ones. Even though the end result is pretty much the same (get all from table A, order by column B,C desc where column D like ā€˜Eā€™) and you could easily draw a line between those two, the complexity of queries in Elastic is way much higher compared to SQL ones.

Posted by:  Brian Scott