aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-1/+1
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
* 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
* | ensure we write both chunks if they were presentArne Juul2018-11-011-1/+9
|/
* Fix javadocJon Bratseth2018-10-301-5/+1
* Keep binary compatibility.Henning Baldersheim2018-10-301-0/+9
* Follow up code comments from @vekterliHenning Baldersheim2018-10-263-10/+6
* Remove use of deprecated methods.Henning Baldersheim2018-10-262-11/+54
* Only deprecate the badly scaling methods.Henning Baldersheim2018-10-252-44/+38
* Use hashmap for faster access.Henning Baldersheim2018-10-259-98/+182
* Revert "Revert "Disallow complex types as keys for nested types in arrays""Lester Solbakken2018-10-231-1/+8
* Revert "Disallow complex types as keys for nested types in arrays"Harald Musum2018-10-231-8/+1
* Disallow complex types as keys for nested types in arraysLester Solbakken2018-10-221-1/+8
* Use maven-shade-plugin to assemble fat jarBjørn Christian Seime2018-10-191-11/+19
* Nonfunctional changes onlyJon Bratseth2018-10-181-18/+8
* Rember that you did not have any constructor for this class and this paramete...Henning Baldersheim2018-10-161-5/+11
* Extend vespa document serializer test to serialize twice.Tor Egge2018-10-091-1/+5
* Handle serialization of empty struct field value.Tor Egge2018-10-082-2/+16
* Remove end tagHarald Musum2018-10-036-6/+6
* Use full nameHarald Musum2018-10-036-6/+6
* add empty string in array unit testArne Juul2018-09-271-1/+5
* only suppress complete fields with empty stringArne Juul2018-09-271-7/+2
* Update the test to reflect stricter text input validation.Henning Baldersheim2018-09-191-0/+9
* Merge pull request #6984 from vespa-engine/balder/increase-interval-from-1s-t...Henning Baldersheim2018-09-193-6/+4
|\
| * GC unused code and add override and = default.Henning Baldersheim2018-09-173-6/+4
* | Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide implementa...Henning Baldersheim2018-09-188-177/+97
* | Revert "Avoid NPE on non-exiting field"Henning Baldersheim2018-09-182-7/+3
|/
* Avoid NPE on non-exiting fieldHenning Baldersheim2018-09-172-3/+7
* Less strict on possible missuse of deprecated API.Henning Baldersheim2018-09-172-22/+43
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation det...Henning Baldersheim2018-09-148-89/+148
* Revert "Do not expose fieldupdates as a list. Hide implementation details ins...Henning Baldersheim2018-09-148-148/+89
* Merge pull request #6902 from vespa-engine/balder/hashmap-backed-documentupdateHenning Baldersheim2018-09-138-89/+148
|\
| * Also update hashmap and detect errors due to misuse.Henning Baldersheim2018-09-131-1/+10
| * Add Vespa 7 TODOHenning Baldersheim2018-09-131-2/+12
| * Add deprecation comments and some renaming.Henning Baldersheim2018-09-136-35/+60
| * Keep both list and hashmapHenning Baldersheim2018-09-123-49/+32
| * Avoid using deprecated code.Henning Baldersheim2018-09-113-7/+7