python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to disable compatibility header in Elasticsearch Java API Client?
I'm trying to config my application to interaction with Elastcisearch server v7.7 using Java API Client v7.16.3. But when I try to index new document, I get the following error:
{"error":&qu...

Maksim Konovalov
Votes: 0
Answers: 1
How to correctly get the results from MgetResponse object?
In our app, we are synchronizing some of the data to elasticsearch, and some of this data is users' records. The app is grails 5.1 and we are using Elasticsearch Java API Client for elasticsearch inte...

Shurik Agulyansky
Votes: 0
Answers: 1