summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25690 from vespa-engine/arnej/some-whitespace-fixupsArne H Juul2023-01-242-2/+2
|\
| * remove some whitespace at end of linesArne Juul2023-01-222-2/+2
* | Merge pull request #25654 from vespa-engine/bratseth/input-fallbackJon Bratseth2023-01-232-14/+16
|\ \ | |/ |/|
| * Skip statements on partial updates onlyJon Bratseth2023-01-231-13/+13
| * Cleanup - no functional changesJon Bratseth2023-01-201-1/+3
* | Less inlining and hide some methodsHenning Baldersheim2023-01-203-6/+0
|/
* * 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
* Merge pull request #25616 from vespa-engine/arnej/stricter-span-node-id-checkHenning Baldersheim2023-01-191-6/+6
|\
| * check complete span node typeArne Juul2023-01-181-6/+6
* | Trigger annotation deserialization when inspecting transactionlog verbose.Henning Baldersheim2023-01-181-0/+7
|/
* Quote correctlyJon Bratseth2023-01-171-2/+2
* Test direct renderingJon Bratseth2023-01-162-1/+3
* Test direct renderingJon Bratseth2023-01-163-18/+49
* Support direct tensor renderingJon Bratseth2023-01-144-44/+42
* Handle type renderingJon Bratseth2023-01-134-4/+11
* Use JsonFormat for JSON renderingJon Bratseth2023-01-134-185/+37
* Merge pull request #25549 from vespa-engine/bratseth/tensor-direct-valuesLester Solbakken2023-01-1318-148/+197
|\
| * 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-126-54/+111
* | add noreturn, fix indentArne Juul2023-01-121-3/+3
* | sanity check annotation data inputArne Juul2023-01-111-4/+21
|/
* Don't skip too farJon Bratseth2023-01-094-19/+43
* 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
* Change from typedef to using in document C++ code.Geir Storli2022-12-2141-82/+81
* Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-151-1/+1
* Also set `DocumentUpdate::_repo` in non-rvalue init functionTor Brede Vekterli2022-12-092-8/+6
* Propagate doc repo in update to auto-created blank document instanceTor Brede Vekterli2022-12-092-1/+9
* Improve error response when trying to use an imported field in a conditionTor Brede Vekterli2022-12-081-0/+1
* 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
* Update ABI spec format, and update all specsjonmv2022-10-251-864/+864
* Fix default settings for using clang on CentOS Stream 8.Tor Egge2022-10-221-0/+2
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-203-15/+10
* Remove unused document type.Tor Egge2022-10-191-96/+10
* Remove document::UrlDataType from backend.Tor Egge2022-10-199-229/+99
* Restore legacy signatureJon Bratseth2022-10-173-11/+16
* 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
* Test moreJon Bratseth2022-10-071-10/+10
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-0617-118/+204
* Remove duplicate include.Tor Egge2022-09-251-1/+0
* Remove unused variables.Tor Egge2022-09-231-0/+2
* Reduce number of overloads for document::SpanTree::annotate.Tor Egge2022-08-294-17/+3
* Reduce use of new in summary field converter unit test.Tor Egge2022-08-292-5/+19
* Implement equals() for TensorDataType.Geir Storli2022-08-254-5/+27