From what I understand about Elasticsearch plugins, the plugin
implementation registers an action at the path "_myCustomPlugin" and when
that link is visited, the action is invoked.
Is there a way to invoke this action directly via the Java API?
This is very few information. If you do not have the source code of the
plugin, it is a bit hard to judge if Java calls are possible. In a plugin,
there are not necessarily ES Java actions implemented when you can make
REST calls.
From what I understand about Elasticsearch plugins, the plugin
implementation registers an action at the path "_myCustomPlugin" and when
that link is visited, the action is invoked.
Is there a way to invoke this action directly via the Java API?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.