aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-1010-8/+93
* Nonfunctional changes onlyJon Bratseth2019-01-041-1/+0
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-1418-40/+314
* 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
* Merge pull request #7538 from vespa-engine/toregge/narrow-down-routing-of-doc...Tor Egge2018-11-014-1/+49
|\
| * 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-014-1/+49
* | Merge pull request #7517 from vespa-engine/balder/deprecate-header-body-relat...Henning Baldersheim2018-11-019-33/+62
|\ \
| * | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-012-4/+8
| * | Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-319-33/+58
| |/
* / deserialize into both header and body structsArne Juul2018-11-011-3/+95
|/
* 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-251-44/+38
* Use hashmap for faster access.Henning Baldersheim2018-10-254-45/+99
* 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
* 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
* Remove end tagHarald Musum2018-10-036-6/+6
* Use full nameHarald Musum2018-10-036-6/+6
* only suppress complete fields with empty stringArne Juul2018-09-271-7/+2
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide implementa...Henning Baldersheim2018-09-184-96/+44
* Revert "Avoid NPE on non-exiting field"Henning Baldersheim2018-09-181-4/+2
* Avoid NPE on non-exiting fieldHenning Baldersheim2018-09-171-2/+4
* Less strict on possible missuse of deprecated API.Henning Baldersheim2018-09-171-22/+19
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation det...Henning Baldersheim2018-09-144-36/+91
* Revert "Do not expose fieldupdates as a list. Hide implementation details ins...Henning Baldersheim2018-09-144-91/+36
* Merge pull request #6902 from vespa-engine/balder/hashmap-backed-documentupdateHenning Baldersheim2018-09-134-36/+91
|\
| * Also update hashmap and detect errors due to misuse.Henning Baldersheim2018-09-131-1/+10
| * Add deprecation comments and some renaming.Henning Baldersheim2018-09-132-6/+27
| * Keep both list and hashmapHenning Baldersheim2018-09-122-49/+32
| * Avoid using deprecated code.Henning Baldersheim2018-09-111-1/+1
| * Do not expose fieldupdates as a list. Hide implementation details instead.Henning Baldersheim2018-09-112-25/+67
* | Merge pull request #6918 from vespa-engine/balder/only-use-id-to-compareHenning Baldersheim2018-09-132-3/+18
|\ \
| * | Use a private method to make code more readable and structured.Henning Baldersheim2018-09-131-3/+5
| * | Just compare what is necessary for equality.Henning Baldersheim2018-09-122-3/+16
| |/
* | Add test for proper setup and fix dirty retyping of ReferenceDataType target ...Henning Baldersheim2018-09-121-0/+1
* | Never give up.Henning Baldersheim2018-09-111-5/+0
|/
* Add toStringHenning Baldersheim2018-09-111-0/+5
* Add explicit test to equals and compareTo and avoid * importsHenning Baldersheim2018-09-111-1/+8
* Due to some ugly inheritance you must use values with great care. In equals i...Henning Baldersheim2018-09-102-7/+18
* Also prune away ClearValue updates if possible.Henning Baldersheim2018-09-101-0/+12