summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Expand)AuthorAgeFilesLines
* Iterator from correct placejonmv2024-01-191-1/+1
* HashMap is enough, no accesses requires insertion order.Henning Baldersheim2024-01-161-3/+4
* Minor code healthHenning Baldersheim2024-01-163-20/+12
* - Only call getKey once.Henning Baldersheim2024-01-162-31/+21
* Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-0/+4
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-4/+0
* add parsing of special strings for inf/nan cell valuesArne Juul2023-12-111-0/+4
* Revert "Merge pull request #29328 from vespa-engine/revert-29314-bratseth/cas...Jon Bratseth2023-11-149-55/+44
* Revert "Bratseth/casing take 2"Harald Musum2023-11-139-44/+55
* Don't output valueJon Bratseth2023-11-102-5/+4
* Prefer first stem to original if non equalJon Bratseth2023-11-108-53/+43
* Merge pull request #28850 from vespa-engine/jonmv/concrete-document-field-val...Henning Baldersheim2023-10-114-14/+14
|\
| * Non-functional changesjonmv2023-10-104-14/+14
* | Update copyrightJon Bratseth2023-10-09221-222/+222
|/
* Modernise some code, no functional changesjonmv2023-10-063-5/+5
* Random cleanupjonmv2023-09-071-2/+0
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-254-13/+63
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-231-0/+71
* Set aside space for headroom in one passJon Bratseth2023-07-251-1/+1
* handle nested arrays also inside the "blocks" formatArne Juul2023-07-041-1/+3
* 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