DEV Community

Cover image for Elasticsearch full-text queries explained, for humans 🤓

Elasticsearch full-text queries explained, for humans 🤓

Alex Sharp 🛠sharesecret.co on January 26, 2019

ElasticSearch Full-text query Docs ES has different query types. A quick summary: match - standard full text query match_phrase - phrase mat...
Collapse
 
thejoezack profile image
Joe Zack

Great breakdown! I'd love to see more search based posts on dev.to. There is so much you can do with elastic (and their ilk) and search is such a big part of so many applications.

Collapse
 
ajsharp profile image
Alex Sharp 🛠sharesecret.co

Thanks! Yes, I completely agree, elasticsearch is very powerful. My approach with what I write on dev.to is basically to post the notes i take while I'm working + learning, which hopefully is easier to understand than just having the elasticsearch documentation, which is pretty dense.