In elasticsearch, while using "curl", everything works like a charm.
But when we try to do it with java api, there is a lack of documentation.
java api in elasticsearch has very few examples:-
http://www.elasticsearch.org/guide/reference/java-api/client.html
However, for curl, there are hundreds of examples.
Is there any other link which provides java commands equivalent to curl
commands?
--
dadoonet
(David Pilato)
December 6, 2012, 11:26pm
2
Not really what you are asking for, but you could give a look at:
hands-on - Hands On Lab
HTH
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 6 déc. 2012 à 12:31, divyanshu das divyanshu.das@gmail.com a écrit :
In elasticsearch, while using "curl", everything works like a charm.
But when we try to do it with java api, there is a lack of documentation.
java api in elasticsearch has very few examples:-
http://www.elasticsearch.org/guide/reference/java-api/client.html
However, for curl, there are hundreds of examples.
Is there any other link which provides java commands equivalent to curl commands?
--
--
ferhatsb
(ferhatsb)
December 7, 2012, 8:25am
3
That is not also a true answer to your question as well but if you are
fine by http rest try Jest, GitHub - searchbox-io/Jest: Elasticsearch Java Rest Client.
On Thursday, December 6, 2012 1:31:29 PM UTC+2, divyanshu das wrote:
In elasticsearch, while using "curl", everything works like a charm.
But when we try to do it with java api, there is a lack of documentation.
java api in elasticsearch has very few examples:-
Elasticsearch Platform — Find real-time answers at scale | Elastic
However, for curl, there are hundreds of examples.
Is there any other link which provides java commands equivalent to curl
commands?
--