Closed
Description
Currently the value of the id property not only is used to set the _id in Elasticsearch but also is written in the source document itself. It should be possible to disable this.
This might be added to the @Document
annotation, the @Id
annotation cannot be changed as it's coming from spring-data-commons.