elasticsearch-java icon indicating copy to clipboard operation
elasticsearch-java copied to clipboard

Official Elasticsearch Java Client

Results 222 elasticsearch-java issues
Sort by recently updated
recently updated
newest added

With RHLC, one could use the BulkProcessor API to batch IndexRequests and DeleteRequests. Is there a recommended replacement for BulkProcessor when migrating to elasticsearch-java? https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-docs-bulk-processor.html

>enhancement
v7.16.2

### Java API client version 8.2.3 ### Java version 1.8 ### Elasticsearch Version 8.2.3 ### Problem description When creating index I want to specify `index.mapping.total_fields.limit` but there is no option...

### Java API client version 8.3.2 ### Java version 8 ### Elasticsearch Version 8.3 ### Problem description The [official documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-custom-analyzer.html) of custom analyzer mentions that `type` parameter is optional for...

the name of the index in the code snippet is products NOT product. : )

### Java API client version 7.17.1 ### Java version 17.0 ### Elasticsearch Version 7.17.1 ### Problem description If the search results is ordered by a boolean field, the `sort` field...

### Java API client version 7.17.1 ### Java version 8 ### Elasticsearch Version 7.17.1 ### Problem description Using the rest High Level Client, I was able to overwrite the refresh_interval...

### Java API client version 7.16.2 ### Java version 11 ### Elasticsearch Version 7.16.2 ### Problem description akarta.json.stream.JsonParsingException: Property name 'key' is not in the 'type#name' format. Make sure the...

Category: Bug

### Java API client version 8.3.2 ### Java version 1.8 ### Elasticsearch Version 8.3.2 ### Problem description ``` TermsAggregationBuilder aggregationBuilder = AggregationBuilders.terms("age").field("age").size(100); aggregationBuilder.subAggregation(AggregationBuilders.terms("name").field("name").size(100)); sourceBuilder.aggregation(aggregationBuilder); ``` how can i use 8.3...

### Description Hi, I am wondering if there are any plans for the new client to support the retrying of requests on failure? I noticed when searching for this that...

Category: Question

### Java API client version 7.17.3 ### Java version java 8 ### Elasticsearch Version 7.17.3 ### Problem description Currently, the sizeInBytes field in the StoreStats object is create with type...