summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* A modify update cannot be applied to tensor types with mixed dimensions.Geir Storli2019-02-052-0/+22
|
* Merge pull request #8348 from vespa-engine/toregge/tensor-update-end-to-endGeir Storli2019-02-044-10/+62
|\ | | | | Tensor modify update end to end
| * Apply TensorModifyUpdate to the associated tensor attribute in searchcore.Geir Storli2019-02-013-8/+21
| |
| * Apply tensor modify update to given field value.Tor Egge2019-02-012-7/+46
| |
* | Merge pull request #8309 from ↵Henning Baldersheim2019-02-013-2/+62
|\ \ | | | | | | | | | | | | vespa-engine/lesters/skip-null-fields-in-document-put Skip fields with null values when parsing document puts
| * | Skip fields with null values when parsing document putsLester Solbakken2019-01-313-2/+62
| | |
* | | Adjust forward declarations in document.Tor Egge2019-02-0111-14/+14
| |/ |/|
* | Merge pull request #8296 from ↵Tor Egge2019-01-313-17/+17
|\ \ | | | | | | | | | | | | vespa-engine/toregge/rename-field-in-tensor-modify-update Rename field _operand -> _tensor in TensorModifyUpdate.
| * | Rename field _operand -> _tensor in TensorModifyUpdate.Tor Egge2019-01-303-17/+17
| | |
* | | Add back newline at end of file.Geir Storli2019-01-311-1/+1
| | |
* | | A modify update cannot be applied to tensor types with indexed unbound ↵Geir Storli2019-01-312-0/+20
| | | | | | | | | | | | dimensions.
* | | Support tensor modify update on dense tensors.Geir Storli2019-01-317-26/+133
| | | | | | | | | | | | Always use a sparse tensor to hold the cells in a tensor modify update.
* | | Update names of tensor fields to match terminology (sparse and dense tensors).Geir Storli2019-01-311-40/+40
| | |
* | | Let IntelliJ implement equals() and hashCode().Geir Storli2019-01-311-3/+9
| |/ |/|
* | Add initial support in JSON parser for modify updates on tensor fields.Geir Storli2019-01-305-2/+214
| |
* | Simplify instantiation of JsonReader and how json input is specified.Geir Storli2019-01-301-282/+255
| |
* | Merge pull request #8293 from ↵Geir Storli2019-01-3011-5/+262
|\ \ | |/ |/| | | | | vespa-engine/toregge/add-tensormodifyupdate-to-document-java Add TensorModifyUpdate to document module (Java).
| * Track abi change.Tor Egge2019-01-301-2/+1
| |
| * Adjust local variable names (operand -> tensor).Tor Egge2019-01-304-17/+15
| | | | | | | | | | Remove unneded comments. Don't use toString() to check for correct deserialization.
| * Add TensorModifyUpdate to document module (Java).Tor Egge2019-01-3011-5/+265
| |
* | Use TensorFieldValue to store tensor in TensorModifyUpdate.Tor Egge2019-01-294-18/+30
| |
* | Rename Operator to Operation, to match upcoming json syntax.Tor Egge2019-01-294-17/+17
| |
* | Use new copyright header.Tor Egge2019-01-292-5/+11
| | | | | | | | Style fixes.
* | Add TensorModifyUpdate to document module (C++).Tor Egge2019-01-289-1/+253
|/
* Covariant return type.Henning Baldersheim2019-01-232-10/+15
|
* Add tests for the obscure virtual assignment operators.Henning Baldersheim2019-01-223-0/+64
|
* Repair serialization of boolean fields.Tor Egge2019-01-212-3/+3
|
* Follow api changeHenning Baldersheim2019-01-213-1/+17
|
* Update abi specs for 7.gjoranv2019-01-211-231/+110
|
* bump version in TODOs into the futureArne Juul2019-01-211-2/+2
|
* remove "headerOnly" serializationArne Juul2019-01-212-19/+1
|
* remove split header/body methodsArne Juul2019-01-214-174/+0
|
* generate "serializeupdatejava.dat" in old format for nowArne Juul2019-01-212-1/+1
|
* split header/body is very deprecatedArne Juul2019-01-211-0/+1
|
* test Deserializer6 moreArne Juul2019-01-213-7/+7
|
* wire in Deserializer6Arne Juul2019-01-2120-60/+36
|
* remove split header/body buffers supportArne Juul2019-01-211-20/+3
|
* add class with complete deserializer for the 6.x formatArne Juul2019-01-211-0/+890
|
* just confusing to have Deserializer extend SerializerArne Juul2019-01-212-8/+8
|
* actually use Serializer6Arne Juul2019-01-2126-36/+52
|
* wire in new Serializer6Arne Juul2019-01-215-72/+13
|
* add class with complete serializer for 6.x formatArne Juul2019-01-211-0/+698
|
* minor refactoring of document serializationArne Juul2019-01-211-16/+15
|
* Deprecation cleanupJon Bratseth2019-01-212-2/+2
|
* Remove @PublicApi from package c.y.document.selectgjoranv2019-01-211-2/+0
|
* update or add comments around deprecated methodsArne Juul2019-01-214-5/+5
|
* Move TODO to Vespa 8gjoranv2019-01-211-1/+1
|
* This should be better order.Henning Baldersheim2019-01-211-2/+2
|
* Order is changed.Henning Baldersheim2019-01-211-2/+2
|
* remove deprecated methods and switch to hashmap instead of list.Henning Baldersheim2019-01-212-32/+22
|