I'm VERY new to elasticsearch.
I installed elasticsearch along with enterprisesearch in order to use it to implement a search feature in my mobile app. I think it's working great.
Now, one of my requirements is to implement a "saved search" feature that allows my user to receive a push notification as soon as a new item match their saved search.
I found an awesome feature of Elasticsearch called "percolator" that implements reverse-queries and allows me to accomplish this task. However, I'm not understanding how I can use this feature in enterprisesearch.
Can you help me please? Thanks!