summaryrefslogtreecommitdiffstats
path: root/document/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8410 from vespa-engine/toregge/implement-tensorfieldvalue...Geir Storli2019-02-071-0/+9
|\
| * Implement toString() method for TensorFieldValue.Tor Egge2019-02-071-0/+9
* | Implement serialization and de-serialization for TensorAddUpdate.Geir Storli2019-02-071-0/+19
* | Extend DocumentUpdateJsonSerializerTest to do proper roundtrip serialization.Geir Storli2019-02-072-31/+70
* | Add round-trip serialization test for tensor modify update.Geir Storli2019-02-071-3/+25
|/
* Support add update for sparse tensors in json reader.Geir Storli2019-02-071-0/+51
* A modify update cannot be applied to tensor types with mixed dimensions.Geir Storli2019-02-051-0/+11
* Merge pull request #8309 from vespa-engine/lesters/skip-null-fields-in-docume...Henning Baldersheim2019-02-011-0/+52
|\
| * Skip fields with null values when parsing document putsLester Solbakken2019-01-311-0/+52
* | A modify update cannot be applied to tensor types with indexed unbound dimens...Geir Storli2019-01-311-0/+10
* | Support tensor modify update on dense tensors.Geir Storli2019-01-313-18/+106
* | Update names of tensor fields to match terminology (sparse and dense tensors).Geir Storli2019-01-311-40/+40
|/
* Add initial support in JSON parser for modify updates on tensor fields.Geir Storli2019-01-301-0/+100
* Simplify instantiation of JsonReader and how json input is specified.Geir Storli2019-01-301-282/+255
* Adjust local variable names (operand -> tensor).Tor Egge2019-01-301-1/+9
* Add TensorModifyUpdate to document module (Java).Tor Egge2019-01-301-0/+33
* remove split header/body methodsArne Juul2019-01-211-129/+0
* generate "serializeupdatejava.dat" in old format for nowArne Juul2019-01-211-1/+1
* test Deserializer6 moreArne Juul2019-01-213-7/+7
* wire in Deserializer6Arne Juul2019-01-2117-25/+25
* just confusing to have Deserializer extend SerializerArne Juul2019-01-211-7/+6
* actually use Serializer6Arne Juul2019-01-2120-28/+28
* stop using "header" and "body" keywordsArne Juul2019-01-213-10/+3
* Add serialization for bool fields.Henning Baldersheim2019-01-102-7/+15
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-142-172/+91
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-1/+1
* Merge pull request #7538 from vespa-engine/toregge/narrow-down-routing-of-doc...Tor Egge2018-11-011-0/+16
|\
| * Narrow down routing of Document API GetDocument messages.Tor Egge2018-11-011-0/+16
* | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-012-7/+7
* | Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-315-7/+16
|/
* Use hashmap for faster access.Henning Baldersheim2018-10-254-53/+83
* add empty string in array unit testArne Juul2018-09-271-1/+5
* Update the test to reflect stricter text input validation.Henning Baldersheim2018-09-191-0/+9
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide implementa...Henning Baldersheim2018-09-184-81/+53
* Revert "Avoid NPE on non-exiting field"Henning Baldersheim2018-09-181-3/+1
* Avoid NPE on non-exiting fieldHenning Baldersheim2018-09-171-1/+3
* Less strict on possible missuse of deprecated API.Henning Baldersheim2018-09-171-0/+24
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation det...Henning Baldersheim2018-09-144-53/+57
* Revert "Do not expose fieldupdates as a list. Hide implementation details ins...Henning Baldersheim2018-09-144-57/+53
* Merge pull request #6902 from vespa-engine/balder/hashmap-backed-documentupdateHenning Baldersheim2018-09-134-53/+57
|\
| * Add Vespa 7 TODOHenning Baldersheim2018-09-131-2/+12
| * Add deprecation comments and some renaming.Henning Baldersheim2018-09-134-29/+33
| * Avoid using deprecated code.Henning Baldersheim2018-09-112-6/+6
| * Do not expose fieldupdates as a list. Hide implementation details instead.Henning Baldersheim2018-09-111-24/+14
* | Add test for proper setup and fix dirty retyping of ReferenceDataType target ...Henning Baldersheim2018-09-122-0/+65
|/
* Add toStringHenning Baldersheim2018-09-111-0/+12
* Add explicit test to equals and compareTo and avoid * importsHenning Baldersheim2018-09-111-1/+50
* Due to some ugly inheritance you must use values with great care. In equals i...Henning Baldersheim2018-09-101-0/+17
* Also prune away ClearValue updates if possible.Henning Baldersheim2018-09-101-0/+42
* Before compareTo on a hashmap makes sense it must be sorted.Henning Baldersheim2018-09-101-1/+55