Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
112 views

Now, RestHighLevelClient is deprecated. So i want rewrite code with ElasticSearch Java Api Client in my spring project. Most of the functions are being modified properly, but I have not found an ...
Redwings's user avatar
  • 556
0 votes
1 answer
2k views

I am trying to set up the new Elasticsearch Java API Client. Here is my configuration: // Set up elasticsearch cluster hosts String[] elasticsearchHosts = elasticsearchEndpoints.split(",&...
Murat K.'s user avatar
  • 979
1 vote
2 answers
2k views

I am using the new version 8.13 of Elasticsearch for a new search app and trying to imitate the below kind of logic using the new Java API client instead of using Java High Level Rest client which was ...
Xwin's user avatar
  • 163
0 votes
0 answers
156 views

I'm migrating from ES1.7 to 7.17. Facing some issues with implementing filteredQuery using Java Client API. For example, in 1.7.5 QueryBuilder queryBuilder = QueryBuilders.filteredQuery(QueryBuilders....
devilhector's user avatar
1 vote
1 answer
3k views

I'm trying to bulk insert documents in elasticsearch using java with (elasticsearch-java). I checked official documentation of elasticsearch-java and found information around bulk indexing in index, ...
Ssk's user avatar
  • 13
0 votes
2 answers
2k views

I attempted to add a couple new fields to an existing record in elastic search. The record is being updated, however all previously indexed fields have been cleared. Is there something am I doing ...
Phani Varma's user avatar
0 votes
1 answer
2k views

I want to use Java API client provided by ElasticSearch but I don't know if it would be compatible with my cluster. I saw there was ElasticSearch High Level REST client which has been deprecated for ...
Anonymous Panda's user avatar
0 votes
1 answer
1k views

My scripted update produces the following noop response since the condition was not met: /my_idx/_update/my_doc_id { "_index": "my_idx", "_type": "_doc",...
linusv's user avatar
  • 4,108