aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Drop 'hasMapped' condition as it is always true.Henning Baldersheim12 days1-1/+1
* Avoid methods deprecated in jackson 2.17.1Henning Baldersheim2024-05-064-11/+12
* Revert "Update jackson2.vespa.version to v2.17.0"Henning Baldersheim2024-05-064-12/+11
* Avoid deprecated methods.Henning Baldersheim2024-05-064-11/+12
* Cleanup: No functional changesJon Bratseth2024-05-021-7/+2
* Use full author nameHarald Musum2024-04-241-1/+1
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-122-17/+13
* Unify on List.ofHenning Baldersheim2024-04-112-4/+13
* Unify on Set.ofHenning Baldersheim2024-04-111-2/+2
* Update expected dependencies.Henning Baldersheim2024-04-081-1/+1
* Fix document serialization of weighted set add updateHarald Musum2024-03-261-33/+46
* Add support for serializing document update to jsonHarald Musum2024-03-124-8/+16
* Support serializing document remove operation to json formatHarald Musum2024-03-114-0/+23
* Strip invalid unicode based on system propertyjonmv2024-03-081-5/+9
* Minor cleanups of serialization versions and buffer sizesTor Brede Vekterli2024-03-044-8/+5
* Explicitly use HEAD serializer for document update instancesTor Brede Vekterli2024-02-231-0/+1
* Add new Protobuf-based MessageBus DocumentAPI protocolTor Brede Vekterli2024-02-164-1/+11
* - Drop the optimization from long to int and just use long throughout.Henning Baldersheim2024-02-101-1/+1
* - Use numericLabel over label for address manipulation.Henning Baldersheim2024-02-011-1/+1
* Revert "Revert "Jonmv/reapply leaner token buffer""Tor Brede Vekterli2024-01-267-131/+230
* Revert "Jonmv/reapply leaner token buffer"Jon Marius Venstad2024-01-267-230/+131
* Check for "fields" fieldjonmv2024-01-261-1/+2
* Handle other fields in streaming document JSON parsingjonmv2024-01-263-21/+49
* Revert "Merge pull request #30067 from vespa-engine/revert-30038-jonmv/leaner...jonmv2024-01-267-129/+199
* Revert "Jonmv/leaner token buffer"Jon Marius Venstad2024-01-257-199/+129
* Apply suggestions from code reviewJon Marius Venstad2024-01-252-2/+5
* Revert "Improve error detection"jonmv2024-01-241-4/+1
* Add new LazyTokenBuffer, and wire it into existing tensor parse testsjonmv2024-01-244-8/+122
* Remove redundant branchjonmv2024-01-241-10/+0
* Simplify a bitjonmv2024-01-242-39/+19
* Improve error detectionjonmv2024-01-231-1/+4
* Remove backwards token buffer APIsjonmv2024-01-234-79/+62
* Improve readabilityjonmv2024-01-231-3/+5
* Fix parsing of recursive "match" update syntaxjonmv2024-01-232-61/+26
* Add some more unit tests for json document reader updat parsingjonmv2024-01-231-2/+1
* Iterator from correct placejonmv2024-01-191-1/+1
* HashMap is enough, no accesses requires insertion order.Henning Baldersheim2024-01-161-3/+4
* Minor code healthHenning Baldersheim2024-01-163-20/+12
* - Only call getKey once.Henning Baldersheim2024-01-162-31/+21
* Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-0/+4
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-4/+0
* add parsing of special strings for inf/nan cell valuesArne Juul2023-12-111-0/+4
* Revert "Merge pull request #29328 from vespa-engine/revert-29314-bratseth/cas...Jon Bratseth2023-11-149-55/+44
* Revert "Bratseth/casing take 2"Harald Musum2023-11-139-44/+55
* Don't output valueJon Bratseth2023-11-102-5/+4
* Prefer first stem to original if non equalJon Bratseth2023-11-108-53/+43
* Merge pull request #28850 from vespa-engine/jonmv/concrete-document-field-val...Henning Baldersheim2023-10-114-14/+14
|\
| * Non-functional changesjonmv2023-10-104-14/+14
* | Update copyrightJon Bratseth2023-10-09220-221/+221
|/
* Modernise some code, no functional changesjonmv2023-10-063-5/+5