summaryrefslogtreecommitdiffstats
path: root/document/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement TensorFieldValue::print (used by toString method).Tor Egge2019-02-061-0/+8
* Apply tensor modify update to given field value.Tor Egge2019-02-011-4/+9
* Use TensorFieldValue to store tensor in TensorModifyUpdate.Tor Egge2019-01-291-2/+3
* Rename Operator to Operation, to match upcoming json syntax.Tor Egge2019-01-291-1/+1
* Add TensorModifyUpdate to document module (C++).Tor Egge2019-01-281-1/+48
* Add tests for the obscure virtual assignment operators.Henning Baldersheim2019-01-221-0/+37
* generate "serializeupdatejava.dat" in old format for nowArne Juul2019-01-211-0/+0
* actually use Serializer6Arne Juul2019-01-211-0/+0
* 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-211-0/+0
* Add serialization for bool fields.Henning Baldersheim2019-01-103-1/+4
* Extend vespa document serializer test to serialize twice.Tor Egge2018-10-091-1/+5
* Handle serialization of empty struct field value.Tor Egge2018-10-081-0/+14
* Reverse iteration over selection result in an attempt toTor Egge2018-08-151-0/+28
* Remove whitespaceHenning Baldersheim2018-08-121-2/+2
* Pass stringref by valueHenning Baldersheim2018-08-101-2/+2
* Consider parse error as invalid selection expression.Tor Egge2018-08-061-0/+13
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-2/+2
* Ignore array element update with index out of boundsTor Brede Vekterli2018-07-232-0/+36
* Remove unused version from apiHenning Baldersheim2018-06-141-4/+2
* ByteBuffer -> nbostreamHenning Baldersheim2018-06-141-15/+8
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-124-214/+148
* Last style changes before lazy documentupdate PR.Henning Baldersheim2018-06-121-22/+14
* Reduce code visibilityHenning Baldersheim2018-06-123-1/+4
* Fix deserialization of MapValueUpdates for array fields in C++Tor Brede Vekterli2018-06-111-0/+54
* Revert "Revert "Balder/sameelement in streaming""Henning Baldersheim2018-06-061-5/+11
* Revert "Balder/sameelement in streaming"Henning Baldersheim2018-06-061-11/+5
* Test iterations with arryIndexHenning Baldersheim2018-06-051-5/+11
* Remove unused code, and code only used in unit tests for obsolete features.Henning Baldersheim2018-05-291-33/+19
* Remove unused code, and code only used in unit tests for obsolete features.Henning Baldersheim2018-05-292-11/+0
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-051-1/+0
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-0412-0/+12
* Merge pull request #5455 from vespa-engine/toregge/use-shared-ptr-to-const-do...Geir Storli2018-04-042-2/+2
|\
| * Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-042-2/+2
* | Adjust test name.Tor Egge2018-04-041-1/+1
* | Add DocumentTypeRepoFactory. If config is equal to config for existing repoTor Egge2018-04-042-0/+62
|/
* Route document removes only to the recipient(s) handling the document type (a...Geir Storli2018-02-131-0/+15
* Define and use fixed bucket spaces names.Geir Storli2018-02-021-0/+2
* Move FixedBucketSpaces to document module.Tor Egge2018-02-012-0/+63
* Always set document type repo during deserializationTor Brede Vekterli2018-01-031-0/+28
* Use new C++ document selection parserTor Brede Vekterli2017-11-142-94/+418
* Do not require that fields in a field set must be part of the document type.Geir Storli2017-10-181-11/+19
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-204-27/+6
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-286-57/+3
* Include what you need.Henning Baldersheim2017-08-184-6/+4
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-1/+1
* Include only what you need.Henning Baldersheim2017-08-184-4/+8
* Avoid including more than you need.Henning Baldersheim2017-07-312-0/+3
* Use a presence vector to avoid expensive remove, an to lay the grouds for a f...Henning Baldersheim2017-07-311-0/+1