My colleague Daniel has already described a concrete case in which he used ES|QL. Moved by curiosity I decided to attend an Elastic webinar on ES|QL, and I discovered some interesting things that I’d ...
Abstract: Modern query engines rely heavily on hash tables for query processing. Overall query performance and memory footprint is often determined by how hash tables and the tuples within them are ...
Deleting users that match a particular criteria can be difficult. Currently you can use the User Search API and use that result to turn around and use the Bulk User Delete API. Support taking a search ...
Tested on Elasticsearch 2.1.1 and 2.3.2. Highlighting isn't behaving as I'd expect (nor as I've seen in Elasticsearch 1.x) with query_string queries where a field or ...