aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Random cleanupjonmv2023-09-071-2/+0
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-254-13/+63
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-231-0/+71
* Set aside space for headroom in one passJon Bratseth2023-07-251-1/+1
* handle nested arrays also inside the "blocks" formatArne Juul2023-07-041-1/+3
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-093-3/+16
* Use base64 encoding with padding also for get/visitHenning Baldersheim2023-05-032-3/+2
* pick up create flag for put operationsHåvard Pettersen2023-04-281-3/+6
* Remove common ConditionalFeedOperationHenning Baldersheim2023-04-274-31/+21
* Unify passing of all feed operations through the various feed apis.Henning Baldersheim2023-04-276-42/+34
* Merge pull request #26782 from vespa-engine/havardpe/create-if-non-existent-f...Tor Brede Vekterli2023-04-191-0/+14
|\
| * add requested annotationsHåvard Pettersen2023-04-191-0/+4
| * add create-if-non-existent flag for document putHåvard Pettersen2023-04-191-0/+10