# Percolator in elastic search

**URL:** https://discuss.elastic.co/t/percolator-in-elastic-search/13985
**Category:** Elasticsearch
**Created:** [October 17, 2013, 11:10am UTC](https://discuss.elastic.co/t/percolator-in-elastic-search/13985 "2013-10-17T11:10:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![paul1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/paul1/32/46819_2.png) [@paul1](https://discuss.elastic.co/u/paul1)
#### Post date: [October 17, 2013, 11:10am UTC](https://discuss.elastic.co/t/percolator-in-elastic-search/13985/1 "2013-10-17T11:10:38Z")

</div>

Hi ,

I am a new elastic search user , I was going through the documentation of  
percolator API. had couple of questions.

1. What is the use of this functionality in real world any example of its  
usage.
2. generally we query and get relevant data and use the data. here we get  
what query the data matches what's the use of it.

Regards  
Avinash

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![javanna](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/javanna/32/4698_2.png) [@javanna](https://discuss.elastic.co/u/javanna)
#### Post date: [October 17, 2013, 12:48pm UTC](https://discuss.elastic.co/t/percolator-in-elastic-search/13985/2 "2013-10-17T12:48:49Z")

</div>

Hi,  
you can start reading this  
blog: [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/blog/percolator/) .  
These slides should be interesting as well, as they contain usecases for  
the percolator: [https://speakerdeck.com/javanna/whats-new-in-percolator](https://speakerdeck.com/javanna/whats-new-in-percolator) .

One of the usecases is for instance to register users interests and be able  
to notify users as soon as a new interesting document comes in. Users  
interest would be represented as elasticsearch queries and stored in  
elasticsearch. Each new document would be percolated in order to know which  
users are interested in it, and notify them. This is pretty much an example  
of the alerting usecase. You can find in the slides other two usecases for  
the percolator though.

Cheers  
Luca

On Thursday, October 17, 2013 1:10:38 PM UTC+2, paul wrote:

> Hi ,
> 
> I am a new Elasticsearch user , I was going through the documentation of  
> percolator API. had couple of questions.
> 
> 1. What is the use of this functionality in real world any example of its  
> usage.
> 2. generally we query and get relevant data and use the data. here we get  
> what query the data matches what's the use of it.
> 
> Regards  
> Avinash

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![paul1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/paul1/32/46819_2.png) [@paul1](https://discuss.elastic.co/u/paul1)
#### Post date: [October 21, 2013, 4:12pm UTC](https://discuss.elastic.co/t/percolator-in-elastic-search/13985/3 "2013-10-21T16:12:44Z")

</div>

Hi Luca,

Thank you for the reply , the "user interests"example in the mail made lot  
of things clear.Thank you once again

regards  
Avinash

On Thu, Oct 17, 2013 at 6:18 PM, Luca Cavanna [cavannaluca@gmail.com](mailto:cavannaluca@gmail.com) wrote:

> Hi,  
> you can start reading this blog:  
> [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/blog/percolator/) .  
> These slides should be interesting as well, as they contain usecases for  
> the percolator: [https://speakerdeck.com/javanna/whats-new-in-percolator](https://speakerdeck.com/javanna/whats-new-in-percolator) .
> 
> One of the usecases is for instance to register users interests and be  
> able to notify users as soon as a new interesting document comes in. Users  
> interest would be represented as elasticsearch queries and stored in  
> elasticsearch. Each new document would be percolated in order to know which  
> users are interested in it, and notify them. This is pretty much an example  
> of the alerting usecase. You can find in the slides other two usecases for  
> the percolator though.
> 
> Cheers  
> Luca
> 
> On Thursday, October 17, 2013 1:10:38 PM UTC+2, paul wrote:
> 
> > Hi ,
> > 
> > I am a new Elasticsearch user , I was going through the documentation of  
> > percolator API. had couple of questions.
> > 
> > 1. What is the use of this functionality in real world any example of its  
> > usage.
> > 2. generally we query and get relevant data and use the data. here we get  
> > what query the data matches what's the use of it.
> > 
> > Regards  
> > Avinash
> 
> --  
> You received this message because you are subscribed to a topic in the  
> Google Groups "elasticsearch" group.  
> To unsubscribe from this topic, visit  
> [https://groups.google.com/d/topic/elasticsearch/zZt2uU\_gbwk/unsubscribe](https://groups.google.com/d/topic/elasticsearch/zZt2uU_gbwk/unsubscribe).  
> To unsubscribe from this group and all its topics, send an email to  
> [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:11am UTC](https://discuss.elastic.co/t/percolator-in-elastic-search/13985/4 "2017-07-06T02:11:22Z")

</div>


