If you have a single entry point to add documents, then yes, you can percolate them as they come in. ES will answer your percolation request with a list of queries that match the percolated document. How you turn this response into notifications and actions is up to you to implement.
On Monday, July 21, 2014 11:28:31 AM UTC-4, P lva wrote: > > Hello Everyone, > > Started working with Elasticsearch recently. > Just wanted to know if there's any way of being notified when a document > matches a query. (essentially create a monitoring system) > Can I use percolator to do this ? > > Thanks > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/efbc2ecc-8b26-40ce-96ea-a888058b0015%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
