Program in java

Does someone has a good guide how to use java in combination with elasticsearch? Or just a nice example that can help me?
Everything I find on google is or outdate or not complete or very poorly documentated.

Greetings Bert

Some examples here:

Which client do you want to use?

I was planning to use REST.
But I don't know how to get started. Is there something that i should download to get started or do you have to start from scratch?

There is little documentation about the Rest Client.

I'm using it in this project: https://github.com/dadoonet/fscrawler/blob/master/src/main/java/fr/pilato/elasticsearch/crawler/fs/client/ElasticsearchClient.java#L74-L83

In case it helps.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.