aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Jonmv/reapply leaner token buffer""Tor Brede Vekterli2024-01-262-198/+527
* Revert "Jonmv/reapply leaner token buffer"Jon Marius Venstad2024-01-262-527/+198
* Check for "fields" fieldjonmv2024-01-261-0/+9
* Handle other fields in streaming document JSON parsingjonmv2024-01-261-0/+51
* Revert "Merge pull request #30067 from vespa-engine/revert-30038-jonmv/leaner...jonmv2024-01-262-198/+467
* Revert "Jonmv/leaner token buffer"Jon Marius Venstad2024-01-252-467/+198
* Add new LazyTokenBuffer, and wire it into existing tensor parse testsjonmv2024-01-242-2/+155
* More test blocksjonmv2024-01-241-196/+312
* Restore unit test JSONJon Marius Venstad2024-01-231-3/+6
* Use more text blocks in json parser unit testjonmv2024-01-231-565/+837
* Test morejonmv2024-01-231-0/+25
* Fix parsing of recursive "match" update syntaxjonmv2024-01-231-36/+63
* Document more shortcomings with unit testsjonmv2024-01-231-1/+51
* Add some more unit tests for json document reader updat parsingjonmv2024-01-231-12/+99
* Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-2/+2
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-2/+2
* add parsing of special strings for inf/nan cell valuesArne Juul2023-12-111-2/+2
* Move to container core due to OSGI, keep a copy in testutil for use in tests...Henning Baldersheim2023-11-242-4/+3
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+0
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-232-9/+8
* Merge pull request #28850 from vespa-engine/jonmv/concrete-document-field-val...Henning Baldersheim2023-10-111-5/+5
|\
| * Arrays.asList -> List.ofJon Marius Venstad2023-10-111-4/+4
| * Non-functional changesjonmv2023-10-101-5/+5
* | Merge pull request #28820 from vespa-engine/jonmv/text-character-validationJon Marius Venstad2023-10-101-41/+30
|\ \
| * | Avoid future implicit toString (like first case removed in previous commit)jonmv2023-10-061-35/+19
| * | 0xFFFE, 0xFFFF and stand-alone low surrogates are not valid textjonmv2023-10-061-6/+11
* | | Update copyrightJon Bratseth2023-10-09122-121/+122
| |/ |/|
* | Modernise some code, no functional changesjonmv2023-10-061-42/+27
|/
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-253-19/+48
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-231-5/+34
* Consider switching cost when choosing resourcesJon Bratseth2023-08-151-1/+1
* Use base64 encoding with padding also for get/visitHenning Baldersheim2023-05-033-3/+3
* pick up create flag for put operationsHÃ¥vard Pettersen2023-04-281-2/+4
* Unify passing of all feed operations through the various feed apis.Henning Baldersheim2023-04-273-13/+13
* Skip padding of base64 encoded data.Henning Baldersheim2023-04-194-4/+4
* Tune cluster controller memoryJon Bratseth2023-02-211-1/+1
* Deprecate xml methodsHenning Baldersheim2023-01-276-46/+11
* Test direct renderingJon Bratseth2023-01-161-0/+1
* Test direct renderingJon Bratseth2023-01-161-14/+36
* Support direct tensor renderingJon Bratseth2023-01-141-4/+4
* Handle type renderingJon Bratseth2023-01-132-3/+6
* Parse tensor JSON values at rootJon Bratseth2023-01-121-6/+29
* Don't skip too farJon Bratseth2023-01-091-4/+19
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-202-9/+9
* Restore legacy signatureJon Bratseth2022-10-172-9/+9
* Test moreJon Bratseth2022-10-071-10/+10
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-062-12/+64
* Add option to ignore undefined fieldsJon Bratseth2022-07-042-13/+28
* Expect quotingJon Bratseth2022-06-161-1/+1
* Further GC document level compression. Avoids a buffer copy that is no longer...Henning Baldersheim2022-06-084-35/+24