Percolator

Did you ever wonder what would happen if we reversed the traditional model of using queries to find documents? Does it make sense to find documents that match the queries? It's no surprise that there is an entire range of solutions where this model is very useful. Wherever you operate on unbounded streams of input data, where you search for occurrences of particular events, you can use this approach. This can be the detection of failures in a monitoring system or a "tell me when this product with defined criteria will be available in this shop" functionality. Let's see how the ElasticSearch percolator works and how it can handle this last example.

Preparing the percolator

The percolator looks like an additional index in ElasticSearch. ...

Get ElasticSearch Server now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.