aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Skip padding of base64 encoded data.Henning Baldersheim2023-04-192-7/+6
* | Build with jdk20Jon Bratseth2023-04-171-1/+1
|/
* Pass ClusterInfoJon Bratseth2023-03-011-3/+2
* Deprecate xml methodsHenning Baldersheim2023-01-2723-339/+26
* Support embedding an array to a mixed 2d tensorJon Bratseth2023-01-271-2/+1
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-253-76/+51
* Skip statements on partial updates onlyJon Bratseth2023-01-231-13/+13
* Cleanup - no functional changesJon Bratseth2023-01-201-1/+3
* * refactor to get just one method for struct readingArne Juul2023-01-191-50/+17
* no real need to use a temporary bufferArne Juul2023-01-191-25/+6
* check complete span node typeArne Juul2023-01-181-6/+6
* Quote correctlyJon Bratseth2023-01-171-2/+2
* Test direct renderingJon Bratseth2023-01-161-1/+2
* Test direct renderingJon Bratseth2023-01-162-4/+13
* Support direct tensor renderingJon Bratseth2023-01-143-40/+38
* Handle type renderingJon Bratseth2023-01-132-1/+5
* Use JsonFormat for JSON renderingJon Bratseth2023-01-134-185/+37
* Avoid copyJon Bratseth2023-01-1214-79/+76
* Improve namingJon Bratseth2023-01-122-10/+7
* Simplify by using a listJon Bratseth2023-01-123-41/+39
* Parse tensor JSON values at rootJon Bratseth2023-01-125-48/+82
* Don't skip too farJon Bratseth2023-01-093-15/+24
* We have relied on dynamic throttling for 12 years or so.Henning Baldersheim2023-01-031-0/+1
* Don't warn when 1 node is downJon Bratseth2022-12-291-3/+2
* Add tensor short form output option to vespa-visit toolTor Brede Vekterli2022-12-051-4/+19
* Avoid Map.copyOf when you ahve a Map with well defined ordering that you want...Henning Baldersheim2022-12-011-3/+0
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-306-85/+25
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-201-6/+1
* Restore legacy signatureJon Bratseth2022-10-171-2/+7
* No functional changesJon Bratseth2022-10-171-1/+1
* Convert record to class, since we need to build this for JDK 8jonmv2022-10-071-7/+42
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-0615-106/+140
* Add option to ignore undefined fieldsJon Bratseth2022-07-0411-81/+87
* String::formatted saves 5 bytesAndreas Eriksen2022-06-161-1/+1
* No functional changesJon Bratseth2022-06-152-5/+4
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Revert "Revert "Avoid Serializable interface and use typed Comparable<T> MERG...Henning Baldersheim2022-06-096-20/+12
* Revert "Avoid Serializable interface and use typed Comparable<T> MERGEOK"Harald Musum2022-06-096-12/+20
* Avoid Serializable interface and use typed Comparable<T>Henning Baldersheim2022-06-096-20/+12
* GC deprecation warnings.Henning Baldersheim2022-06-082-11/+16
* Further GC document level compression. Avoids a buffer copy that is no longer...Henning Baldersheim2022-06-084-49/+9
* cleanup some unneccessary cruftArne H Juul2022-06-087-29/+0