Hacker News new | ask | show | jobs
Show HN: The Elasticsearch Handbook – Launched via Notion (elasticsearchbook.com)
2 points by gxjoe 1916 days ago
2 comments

Chances are, you or someone you know is struggling with Elasticsearch. I got something for y'all.

I found some time during quarantine and put together a collection of actionable guides containing step-by-step solutions to real-world, non-trivial Elasticsearch use cases that I faced over the years.

Long story short, this handbook is something I wish existed back when I was starting off w/ ES.

Hope it helps.

Cheers, Joe

I took a look at your Table of Contents and something I would like to see (but didn't see) is - handling translations.

If you work for a multi-national enterprise, then you have to deal with documents in multiple languages. I haven't really seen a good enough documentation about this.

Right. I'd recommend multiple fields with diff lang analyzers applied on them. Aside from that, the topic is too broad. If there's something concrete you're struggling with, ask on SO and I'd be happy to take a look!