aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* include tensor type in error messageArne Juul10 days1-0/+10
|
* accept just a hex string for dense tensorsArne Juul11 days1-1/+24
|
* Cleanup: No functional changesJon Bratseth2024-05-021-1/+0
|
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-122-8/+4
|
* Fix failing annotator test and singletonMap => Map.ofHenning Baldersheim2024-04-111-12/+11
|
* Add (failing) unit test of document update of weighted set serializationHarald Musum2024-03-261-6/+25
|
* 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 ↵jonmv2024-01-262-198/+467
| | | | | | | vespa-engine/revert-30038-jonmv/leaner-token-buffer" This reverts commit b771fbe5fe648cf4c64e04341542e11c2e21cb9d, reversing changes made to 7b578506b5c4c59f4273e74af1f0db4a74f82175.
* 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
| | | | This reverts commit d976f82207c09b3215661e1d034ae9a42f28a63d.
* 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 ↵Henning Baldersheim2023-11-242-4/+3
| | | | tests in no OSGI modules.
* 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 ↵Henning Baldersheim2023-11-232-9/+8
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Merge pull request #28850 from ↵Henning Baldersheim2023-10-111-5/+5
|\ | | | | | | | | vespa-engine/jonmv/concrete-document-field-validation Jonmv/concrete document field validation
| * 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
|\ \ | | | | | | Jonmv/text character validation
| * | 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-09101-100/+101
| |/ |/|
* | Modernise some code, no functional changesjonmv2023-10-061-42/+27
|/
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-253-19/+48
| | | | | | | When this is true, non-existing cells in the input tensor is created before applying the modify update. The default cell value is 0.0 for REPLACE and ADD operations, and 1.0 for MULTIPLY operation.
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-231-5/+34
| | | | This creates non-existing sub-spaces with default cell value first.
* 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
| | | | | | - Change from 7 to 6 cluster controllers per host - Correct real memory limit for admin - Test admin provisioning
* 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
| | | | | - Always output type for consistency. - Ignore type in input.
* Parse tensor JSON values at rootJon Bratseth2023-01-121-6/+29
| | | | | | | | | | Our current tensor JSON formats require a "blocks", "cells" or "values" key at the root, containing values in various forms. This adds support for skipping that extra level and adding content at the root, where the permissible content format depends on the tensor type, and matches the formats below "blocks", "cells" or "values" for the corresponding tensor types.
* Don't skip too farJon Bratseth2023-01-091-4/+19
|
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-202-9/+9
|