summaryrefslogtreecommitdiffstats
path: root/document/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Update class comments.Geir Storli2019-02-262-5/+6
* Verify during deserialize() that cells and address tensors are sparse.Geir Storli2019-02-264-23/+51
* Minor style changes.Geir Storli2019-02-263-24/+17
* Eliminate some gcc 9 warnings.Tor Egge2019-02-254-0/+6
* Implement applyTo() for TensorRemoveUpdate.Geir Storli2019-02-212-6/+27
* Use converted tensor type in TensorModifyUpdate.Tor Egge2019-02-182-7/+32
* Merge pull request #8520 from vespa-engine/toregge/prepare-for-checking-tenso...Tor Egge2019-02-154-4/+26
|\
| * The tensor data type for a tensor field value is immutable.Tor Egge2019-02-152-4/+3
| * Add check for tensor type being compatible with a tensor field valueTor Egge2019-02-152-0/+23
* | Rename MUL -> MULTIPLY to align with Java code.Geir Storli2019-02-152-5/+5
* | Simplify tensor type used in update tests.Geir Storli2019-02-151-1/+1
* | Implement skeleton of TensorRemoveUpdate with support for (de)-serialization.Geir Storli2019-02-158-11/+203
|/
* Move common code to test fixture and setup tensors used in test more explicitly.Geir Storli2019-02-152-1/+4
* Set data type for TensorFieldValue.Tor Egge2019-02-145-6/+10
* Verify that tensor types (detailedtype) in document type repo are propagated.Tor Egge2019-02-135-5/+28
* Prepare for tracking tensor type in document module (C++), aligningTor Egge2019-02-1311-11/+119
* Rename tensoraddupdate.{h,cpp} -> tensor_add_update.{h,cpp}.Geir Storli2019-02-114-3/+3
* Rename tensormodifyupdate.{h,cpp} -> tensor_modify_update.{h,cpp}.Geir Storli2019-02-114-3/+3
* Change getJoinFunctionName to return vespalib::string instance.Tor Egge2019-02-111-1/+1
* Implement applyTo method for TensorAddUpdate.Tor Egge2019-02-112-7/+32
* Update Tensor forward declarations.Geir Storli2019-02-083-3/+3
* Add TensorAddUpdate to document module (C++).Tor Egge2019-02-079-1/+204
* Remove unneeded attribute.Tor Egge2019-02-071-1/+1
* Eliminate clang warnings in documentTor Egge2019-02-0713-35/+32
* Implement TensorFieldValue::print (used by toString method).Tor Egge2019-02-061-1/+15
* Merge pull request #8348 from vespa-engine/toregge/tensor-update-end-to-endGeir Storli2019-02-043-6/+53
|\
| * 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-011-3/+37
* | Adjust forward declarations in document.Tor Egge2019-02-0111-14/+14
|/
* Rename field _operand -> _tensor in TensorModifyUpdate.Tor Egge2019-01-303-17/+17
* Use TensorFieldValue to store tensor in TensorModifyUpdate.Tor Egge2019-01-293-16/+27
* Rename Operator to Operation, to match upcoming json syntax.Tor Egge2019-01-293-16/+16
* Use new copyright header.Tor Egge2019-01-292-5/+11
* Add TensorModifyUpdate to document module (C++).Tor Egge2019-01-288-0/+205
* Covariant return type.Henning Baldersheim2019-01-232-10/+15
* Add tests for the obscure virtual assignment operators.Henning Baldersheim2019-01-222-0/+27
* Fix typo.Henning Baldersheim2019-01-141-1/+1
* Implement docsum generation for bool fields too.Henning Baldersheim2019-01-141-42/+39
* Implement the various conversions tooHenning Baldersheim2019-01-112-0/+32
* Correct copyright yearHenning Baldersheim2019-01-112-2/+5
* Brief implementation skeleton for bool field type.Henning Baldersheim2019-01-0916-40/+163
* do reserialization in more casesArne Juul2018-11-091-23/+18
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-10/+16
* ensure we write both chunks if they were presentArne Juul2018-11-011-1/+9
* Handle serialization of empty struct field value.Tor Egge2018-10-081-2/+2
* GC unused code and add override and = default.Henning Baldersheim2018-09-173-6/+4
* Minor code cleanup while passing by.Henning Baldersheim2018-09-124-13/+11
* Identity only based on id.Henning Baldersheim2018-09-124-2/+10
* Reverse iteration over selection result in an attempt toTor Egge2018-08-152-1/+4
* Stop iterating field path when variable value is out of array boundary.Tor Egge2018-08-151-0/+2