Using _percolate and _mpercolate APIs

I am bringing data in from Spark to Elasticsearch. One thing I need to do is to run the _percolate and _mpercolate APIs to find related stored percolate queries that match each row of my RDD and update my RDD before writing it to Elasticsearch.

Looking through the documentation, I don't see other API's listed. So I am curious whether those queries would work.

There is no support for percolate API in ES-Hadoop.

Thank you for confirming that Costin.

Jim