summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-07204-204/+204
|
* 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-021-0/+4
|
* 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-211-6/+10
|/
* handle hex strings as tensor cell values in document alsoArne Juul2021-05-201-2/+11
|
* be lazy also when assigned from another TensorFieldValueArne Juul2021-04-071-24/+24
|
* Dump more information to help debugging.Henning Baldersheim2021-03-241-2/+3
|
* Non-functional changes onlyJon Bratseth2021-02-2110-59/+61
|
* 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
| |
* | fix bug in lazy deserializationArne Juul2021-02-051-1/+1
|/ | | | | * the API used by concrete documents needs to perform lazy deserialization also.
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-031-0/+10
|
* Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-032-15/+4
|
* Merge pull request #16301 from ↵Henning Baldersheim2021-02-023-16/+58
|\ | | | | | | | | vespa-engine/arnej/lazy-deserialize-tensor-in-document keep serialized tensor in TensorFieldValue
| * keep serialized tensor in TensorFieldValueArne Juul2021-02-013-16/+58
| | | | | | | | | | * do lazy deserialization in getTensor() and getTensorType() * avoid re-serializing when forwarding a TensorFieldValue
* | Delegate blocking ops to executor in JobRunnerJon Marius Venstad2021-02-021-53/+0
|/
* Fix comments and messages and unify on '>'.Henning Baldersheim2021-01-122-3/+6
|
* Apply a 64k limit to documentids.Henning Baldersheim2021-01-112-3/+22
|
* Revert "Revert "Keep reply with most severe error when merging error replies""Jon Marius Venstad2021-01-071-4/+4
| | | | This reverts commit 9263966a9c697f5acff53a595493e27a2f05e683.
* Revert "Keep reply with most severe error when merging error replies"Jon Marius Venstad2021-01-071-4/+4
|
* Keep reply with most severe error when merging error repliesJon Marius Venstad2021-01-061-4/+4
|
* - Fail early if size does not match.Henning Baldersheim2020-12-112-6/+16
| | | | - Avoid reflection when you know the input.
* When using the ListWrapper a fieldvalue is created with reflection and assigned.Henning Baldersheim2020-12-111-6/+13
| | | | It is better to instead unwrap the value and compare.
* Non-functional changesJon Marius Venstad2020-11-261-3/+1
|
* Override equals()/hashCode() for TensorDataTypeBjørn Christian Seime2020-11-191-0/+15
|
* Add '@Override'Bjørn Christian Seime2020-11-192-0/+5
|
* Extend tensor remove update to support not fully specified addresses and ↵Geir Storli2020-11-175-38/+110
| | | | | | | update JSON parser. Previously, all the sparse dimensions of the sparse or mixed tensor type (to remove from) had to be specified in the addresses to remove.
* Use fieldSet :[document]Jon Marius Venstad2020-11-051-10/+13
|
* Store scaling events in ZooKeeperJon Bratseth2020-10-221-1/+1
|
* Expose "writeFields" from JsonWriter, to write only document fieldsJon Marius Venstad2020-10-132-8/+13
|
* Move un-exported enum to exported packageJon Marius Venstad2020-10-026-25/+23
|
* Export document-parser packageJon Marius Venstad2020-10-011-0/+8
|
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-013-2/+32
|\ | | | | Async document v1
| * Throw IllegalArgumentException on bad input, rather than RuntimeExceptionJon Marius Venstad2020-09-301-2/+2
| |
| * Add equals and hashCode to some classesJon Marius Venstad2020-09-302-0/+30
| |
* | Non-functional changes onlyJon Bratseth2020-09-301-1/+2
|/
* Relax test to verify meta is stored, but not its contentJon Marius Venstad2020-09-232-2/+2
|
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-045-25/+16
|
* Remove the unused [header] and [body] fieldsets to simplify backend ↵Henning Baldersheim2020-08-043-95/+9
| | | | optimization during get.
* Merge pull request #13709 from ↵Jon Bratseth2020-06-261-0/+4
|\ | | | | | | | | vespa-engine/bratseth/surrogate-aware-gram-splitting Surrogate aware gram splitting
| * Surrogate aware gram splittingJon Bratseth2020-06-251-0/+4
| |