summaryrefslogtreecommitdiffstats
path: root/document/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* more cleanup of DocumentTypeManager APIArne H Juul2022-06-082-25/+23
* move internal details from public APIArne H Juul2022-06-081-10/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-5/+0
* Remove obsolete deprecationJon Bratseth2022-06-081-13/+1
* cleanup more deprecated APIsArne H Juul2022-06-082-63/+30
* remove more deprecated APIsArne H Juul2022-06-088-114/+6
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-082-6/+4
* remove TemporaryStructuredDataTypeArne H Juul2022-06-083-75/+0
* remove TemporaryDataTypeArne H Juul2022-06-082-52/+0
* remove unused compressor config apiArne H Juul2022-06-083-47/+0