Percolator in elastic search

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.
For more options, visit https://groups.google.com/groups/opt_out.

Hi,
you can start reading this
blog: Elasticsearch Platform — Find real-time answers at scale | Elastic .
These slides should be interesting as well, as they contain usecases for
the 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.
For more options, visit https://groups.google.com/groups/opt_out.

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 wrote:

Hi,
you can start reading this blog:
Elasticsearch Platform — Find real-time answers at scale | Elastic .
These slides should be interesting as well, as they contain usecases for
the 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.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit 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.
For more options, visit https://groups.google.com/groups/opt_out.