Registering listener to an index through elasticsearch plugin

Is there any way to write an elastic plugin that can listen to an index and
get notified with the document that is being inserted to this index ?

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/716d743f-87cb-4d3c-897d-553b5b91358c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

You can add a listener to all (primary) shards of an index using
ShardIndexingService and capture indexing operations with preIndex() or
postIndex() method.

Jörg

On Sat, Nov 22, 2014 at 9:06 PM, Milad Alshomary milad.alshomary@gmail.com
wrote:

Is there any way to write an elastic plugin that can listen to an index
and get notified with the document that is being inserted to this index ?

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/716d743f-87cb-4d3c-897d-553b5b91358c%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/716d743f-87cb-4d3c-897d-553b5b91358c%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoGi%3DUoiJK2Fa2zSvm0wYYj61WFbqts2xo%3D_2sU87Dg%2BPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.