aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* 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-082-35/+24
* 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 impleme...Tor Brede Vekterli2022-06-081-3/+1
* Add tensor short form rendering to document/v1Lester Solbakken2022-05-291-1/+35
* Implicitly convert boolean literal to number value when evaluating Java doc s...Tor Brede Vekterli2022-04-201-4/+21
* 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
* 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)Arne H Juul2022-03-241-0/+25
* | expand tabs and reindentArne H Juul2022-03-247-341/+341
|/