summaryrefslogtreecommitdiffstats
path: root/document/src
Commit message (Expand)AuthorAgeFilesLines
* Repair serialization of boolean fields.Tor Egge2019-01-212-3/+3
* Follow api changeHenning Baldersheim2019-01-212-0/+14
* 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
* Do TODOsJon Bratseth2019-01-211-5/+2
* remove deprecated methodsArne Juul2019-01-211-66/+1
* stop using "header" and "body" keywordsArne Juul2019-01-213-10/+3
* 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
* Also implement on Head so that 7 branch can be merged too.Henning Baldersheim2019-01-112-0/+13
* Add serialization for bool fields.Henning Baldersheim2019-01-1015-16/+112
* Brief implementation skeleton for bool field type.Henning Baldersheim2019-01-0916-40/+163
* Nonfunctional changes onlyJon Bratseth2019-01-041-1/+0
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-1420-212/+405
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-1/+1
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
* Deprecation cleanupJon Bratseth2018-11-206-37/+29
* some TODOs cannot be done in time for Vespa 7Arne Juul2018-11-124-4/+4
* do reserialization in more casesArne Juul2018-11-091-23/+18
* Merge pull request #7540 from vespa-engine/balder/use-templated-find-take-2Henning Baldersheim2018-11-021-10/+16
|\
| * Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-10/+16
* | Merge pull request #7538 from vespa-engine/toregge/narrow-down-routing-of-doc...Tor Egge2018-11-015-1/+65
|\ \ | |/ |/|
| * Throw UnsupportedOperationException.Tor Egge2018-11-011-1/+1
| * Fixup local variable name.Tor Egge2018-11-011-2/+2
| * Narrow down routing of Document API GetDocument messages.Tor Egge2018-11-015-1/+65
* | Merge pull request #7517 from vespa-engine/balder/deprecate-header-body-relat...Henning Baldersheim2018-11-0114-40/+78
|\ \
| * | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-014-11/+15
| * | Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-3114-40/+74
| |/
* | deserialize into both header and body structsArne Juul2018-11-011-3/+95