aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/serialization/VespaDocumentSerializerHead.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-251-1/+13
| | | | | | | When this is true, non-existing cells in the input tensor is created before applying the modify update. The default cell value is 0.0 for REPLACE and ADD operations, and 1.0 for MULTIPLY operation.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add serialization for TensorRemoveUpdateLester Solbakken2019-02-151-0/+7
|
* Implement serialization and de-serialization for TensorAddUpdate.Geir Storli2019-02-071-0/+6
|
* Adjust local variable names (operand -> tensor).Tor Egge2019-01-301-1/+1
| | | | | Remove unneded comments. Don't use toString() to check for correct deserialization.
* Add TensorModifyUpdate to document module (Java).Tor Egge2019-01-301-0/+7
|
* wire in new Serializer6Arne Juul2019-01-211-64/+1
|
* Also implement on Head so that 7 branch can be merged too.Henning Baldersheim2019-01-111-0/+7
|
* Remove use of deprecated methods.Henning Baldersheim2018-10-261-4/+4
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* suppress warnings about 4.2 serializerArne H Juul2017-04-211-0/+1
|
* mailto:balder -> baldersheimHenning Baldersheim2016-06-171-1/+1
|
* PublishJon Bratseth2016-06-151-0/+72