Peter-Josef Meisch

Results 90 comments of Peter-Josef Meisch

Instead of always removing the labels, I'd think to have this configurable (show labels with icons) would be a better way. Especially for new users who open the app for...

This is a very good example that making this configurable is the best way. For a user where the label is long and who has a small display it can...

Might be worth to try an add an intercepting proxy to the setup to capture the exact request that is sent out by the delete by query request. Spring Data...

Spring Data Elasticsearch is a community driven project, there is no dedicated team anywhere working on it. I as a project lead manage / review contributions and as a maintainer...

Had no time yet to look intothis, but I think we should not add a detail like `opType` on the `@Document` annotation, but rather something like `dataStream=true` (having a default...

I,d rather put that as a property on the `ElasticsearchPersistentEntity`. I did not check yet, at what places this would be needed to be taken inot account

With the new Elasticsearch client this functionality ow is in the `BulkIngester` class. https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/8.8/indexing-bulk.html#_streaming_ingestion_with_the_bulk_ingester

In the current 8.12 version this is still a feature in beta status. I'll close this issue for now. When the task api is stable we should create a new...

`@IndexedIndexName` it is.