Hi, I have implemented a simple custom rest handler class for elastic search. If I need to call it using curl it works just fine. curl -XGET '10.114.24.132:9200/_mastering/nodes?pretty'
However, I want to call this using the elastic search Java api (with an embedded client node). Could you please help me with this? I am new to elastic search and not able to figure this out. P.S. I had followed the instructions given in the link <http://elasticsearchserverbook.com/creating-custom-elasticsearch-rest-action/> for setting up the custom handler. -- 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/6a352a4d-3ac6-4970-95de-80d56e4d7dec%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
