I have an elasticsearch plugin that currently does not expose a Java API. I can only invoke the plugin via the REST API:
http://localhost:9200/_myCustomPlugin >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? -- 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/89f9b4f2-9ff4-4cc4-8aa1-089d35aa54b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
