aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
...
* Update 2018 copyright notices.gjoranv2021-10-077-7/+7
|
* Update 2017 copyright notices.gjoranv2021-10-07663-663/+663
|
* Add 'encode' expressionJon Bratseth2021-09-192-2/+3
|
* Non-functional changes onlyJon Bratseth2021-09-172-1/+1
|
* Verify that rank profile inheritance is correct and sound. The rank profile ↵Henning Baldersheim2021-09-071-3/+1
| | | | must exist and be visible in the inheritance tree of the searchdefinition.
* Disallow feeding empty indexed tensorsLester Solbakken2021-09-022-0/+29
|
* avoid seg faultArne Juul2021-08-171-1/+1
|
* GC unused constants.Henning Baldersheim2021-08-112-8/+0
|
* Use std::make_uniqueHenning Baldersheim2021-08-061-8/+8
|
* Cleanup, no functional changesJon Bratseth2021-06-171-2/+0
|
* Internal structs take precedence over external documentsJon Bratseth2021-06-172-2/+3
|
* Upgrade to QuestDb 6.0.2Jon Bratseth2021-05-251-1/+1
|
* Merge pull request #17941 from vespa-engine/jonmv/cache-badgesValerij Fredriksen2021-05-211-1/+1
|\ | | | | Jonmv/cache badges
| * Cache badges for 1 minuteJon Marius Venstad2021-05-211-1/+1
| |
* | handle hex values in blocks alsoArne Juul2021-05-212-7/+29
|/
* handle hex strings as tensor cell values in document alsoArne Juul2021-05-202-2/+32
|
* avoid read/write conflict by doing atomic moveHåvard Pettersen2021-05-064-5/+17
|
* Double is little-endian on AARCH64EL.Tor Egge2021-04-301-1/+1
|
* Avoid SSE2 built-in functions when CPU arch is not x86_64Tor Egge2021-04-301-0/+7
|
* remove deprecated tensor modelHåvard Pettersen2021-04-163-93/+88
| | | | fix and extend tests to also verify unstable cell types
* be lazy also when assigned from another TensorFieldValueArne Juul2021-04-071-24/+24
|
* handle value decoding failures more gracefullyHåvard Pettersen2021-03-241-1/+5
|
* Dump more information to help debugging.Henning Baldersheim2021-03-241-2/+3
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Keep BucketId mask anomalies for zero used bits.Tor Egge2021-03-171-2/+2
|
* all scalars must be doubleHåvard Pettersen2021-03-042-2/+4
| | | | and all operation results must be at least float
* Postpone buckets for reconsideration until it is safe.Henning Baldersheim2021-03-011-1/+1
|
* string.h does not need alloc.hHenning Baldersheim2021-02-212-1/+3
|
* Eliminate array bounds warning.Tor Egge2021-02-211-1/+1
|
* Merge pull request #16612 from vespa-engine/bratseth/non-functional-changes-37Harald Musum2021-02-2110-59/+61
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2021-02-2110-59/+61
| |
* | Non-functional changesJon Marius Venstad2021-02-191-1/+1
|/
* Fix linksJon Bratseth2021-02-152-2/+2
|
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-081-3/+4
|
* Merge pull request #16402 from vespa-engine/jonmv/expand-document-v1-visit-APIJon Marius Venstad2021-02-053-6/+11
|\ | | | | Jonmv/expand document v1 visit api
| * Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-043-6/+11
| |
* | add unit testing of lazy deserializationArne Juul2021-02-051-0/+44
| |
* | fix bug in lazy deserializationArne Juul2021-02-051-1/+1
|/ | | | | * the API used by concrete documents needs to perform lazy deserialization also.
* update includes for migrated codeHåvard Pettersen2021-02-043-3/+3
|
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-032-0/+11
|
* Update abi spec for removed, unused methodJon Marius Venstad2021-02-031-1/+0
|
* Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-033-20/+4
|
* Merge pull request #16301 from ↵Henning Baldersheim2021-02-024-17/+61
|\ | | | | | | | | vespa-engine/arnej/lazy-deserialize-tensor-in-document keep serialized tensor in TensorFieldValue
| * keep serialized tensor in TensorFieldValueArne Juul2021-02-014-17/+61
| | | | | | | | | | * do lazy deserialization in getTensor() and getTensorType() * avoid re-serializing when forwarding a TensorFieldValue
* | Add noexcept and some other minor code health.Henning Baldersheim2021-02-023-26/+26
| |
* | Revert "Properly track execution of BucketTasks and provide sync() and ↵Henning Baldersheim2021-02-023-26/+26
| | | | | | | | order… "
* | Merge pull request #16323 from ↵Henning Baldersheim2021-02-023-26/+26
|\ \ | | | | | | | | | | | | vespa-engine/balder/implement-sync-of-bucket-executor Properly track execution of BucketTasks and provide sync() and order…
| * | Properly track execution of BucketTasks and provide sync() and orderly shutdown.Henning Baldersheim2021-02-023-26/+26
| | |
| * | Revert "Implement BucketExecutor::sync."Henning Baldersheim2021-02-023-26/+26
| | |
| * | Implement BucketExecutor::sync.Henning Baldersheim2021-02-013-26/+26
| |/