elasticsearch-java
elasticsearch-java copied to clipboard
Fix: Primitive type attribute for `primaryTerm` and `seqNo`
trafficstars
Short description
This PR fixes the error reported into issues #657 and #655
List of changes proposed in this pull request
- Changed
primaryTermandseqNotype from primitivelongtoLongas Java object class. Since these two attributes could benullin some cases, the previous implementation did not allowed due to the primitive long type.
❌ Author of the following commits did not sign a Contributor Agreement: 3dfdd1ca119dd9d3722c2311630e6d91d4df69ea
Please, read and sign the above mentioned agreement if you want to contribute to this project