Live data from Hacker News

Elasticsearch: The Definitive Guide

elastic.co

21–22 of 22 posts

Re: Elasticsearch: The Definitive Guide

#21

Earlier quoted context omitted.

And I'll say it again: Elasticsearch is one of the few things that lives up to its hype. It really is that good. Indexing, clustering, It Just Works. I'm very impressed with them and it's a refreshing change from other very hyped tech.

I actually have quite a few gripes with Elasticsearch. It's a pain to manage - there seems to be no way of killing long-running queries other than restarting it (so if you have users using kibana etc at some point someone will submit a impossibly hard query and kill the server), the quality of the search results just isn't that good and it takes a lot of customization to improve it - I've never been impressed with th…

jordan, agree fully with your assessment. i have experienced significant challenges in keeping elasticsearch in green since it just loves to failover at times without prior notice, while seeming to work smoothly otherwise!

Re: Elasticsearch: The Definitive Guide

#22
post #14

Earlier quoted context omitted.

I wish they did this and had a better search interface. Their current "all in one bar + suggest" functionality works somewhat poorly for me. Also I feel like they could reduce the needs for super great API docs if they had something like a query optimizer so that I don't have to care about the exact way that ES translates my queries into Lucene queries. My favorite bit is how if you permute your filters and queries i…

I believe filters and queries are in the process of being merged. Quite possibly they are moving towards having some kind of planner.

They are. Filters are going away in 2.0.

https://www.elastic.co/blog/elasticsearch-2.0.0.beta1-coming...

Post reply on HN