You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: