1. Home
  2. What
  3. "document"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

elasticsearch - blog - Percolator

saved on
uri:
https://www.elasticsearch.org/blog/2011/02/08/percolator.html This link is now broken.
about:
ElasticSearch's new "Percolator" feature, which enabled to index queries and find which documents match them : instead of sending docs, indexing them, and then running queries, one sends queries, registers them, and then sends docs and finds out which queries match that doc.