aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Henning Baldersheim2022-06-082-35/+24
| | | | longer relevant.
* cleanup some unneccessary cruftArne H Juul2022-06-087-44/+0
|
* more cleanup of DocumentTypeManager APIArne H Juul2022-06-082-18/+18
|
* move internal details from public APIArne H Juul2022-06-081-2/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-50/+0
|
* remove more deprecated APIsArne H Juul2022-06-081-6/+2
|
* remove TemporaryStructuredDataTypeArne H Juul2022-06-083-54/+0
|
* remove TemporaryDataTypeArne H Juul2022-06-081-25/+0
|
* stop using/testing deprecated APIArne H Juul2022-06-082-9/+5
|
* Use exact document type matching semantics for Java document selector ↵Tor Brede Vekterli2022-06-081-3/+1
| | | | implementation
* Add tensor short form rendering to document/v1Lester Solbakken2022-05-291-1/+35
|
* Implicitly convert boolean literal to number value when evaluating Java doc ↵Tor Brede Vekterli2022-04-201-4/+21
| | | | selection
* switch to new-style configArne H Juul2022-04-127-969/+932
|
* just register document typesArne H Juul2022-04-081-6/+10
|
* namespace structs when reading configArne H Juul2022-04-071-0/+7
|
* fix two getDataType callsArne H Juul2022-03-241-2/+2
|
* mark getDataType(String) as deprecatedArne H Juul2022-03-242-12/+12
| | | | | * internal code can use getDataTypeInternal when necessary * external code should always get their data types in other ways
* avoid DocumentTypeManager.getDataType(name)Arne H Juul2022-03-246-28/+36
|
* Merge pull request #21804 from vespa-engine/arnej/split-get-declare-structArne H Juul2022-03-241-0/+25
|\ | | | | split into two methods (review feedback)
| * split into two methods (review feedback)Arne H Juul2022-03-241-0/+25
| |
* | expand tabs and reindentArne H Juul2022-03-247-341/+341
|/