summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-043-6/+11
* | fix bug in lazy deserializationArne Juul2021-02-051-1/+1
|/
* 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 vespa-engine/arnej/lazy-deserialize-tensor-in-...Henning Baldersheim2021-02-023-16/+58
|\
| * keep serialized tensor in TensorFieldValueArne Juul2021-02-013-16/+58
* | 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
* 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
* When using the ListWrapper a fieldvalue is created with reflection and assigned.Henning Baldersheim2020-12-111-6/+13
* 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 upda...Geir Storli2020-11-175-38/+110
* 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
|\
| * 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 optimizat...Henning Baldersheim2020-08-043-95/+9
* Merge pull request #13709 from vespa-engine/bratseth/surrogate-aware-gram-spl...Jon Bratseth2020-06-261-0/+4
|\
| * Surrogate aware gram splittingJon Bratseth2020-06-251-0/+4
* | Handle an existing spantree in exactmatchJon Bratseth2020-06-241-11/+4
|/
* Merge pull request #13601 from vespa-engine/balder/remove-leftovers-from-head...Henning Baldersheim2020-06-187-160/+43
|\
| * Follow up from PR comments and GC some more code.Henning Baldersheim2020-06-182-40/+2
| * - Removing body struct from our own usage.Henning Baldersheim2020-06-167-126/+47
* | Remove Beta annotations.Henning Baldersheim2020-06-161-3/+0
|/
* fix broken linkskkraune2020-05-202-2/+2
* Non-functional changes onlyJon Bratseth2020-05-132-0/+7
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Merge pull request #12928 from vespa-engine/bratseth/vespa-http-client-improv...Jon Bratseth2020-04-162-5/+3
|\
| * Nonfunctional changes onlyJon Bratseth2020-04-152-5/+3
* | Improve readabilityHenning Baldersheim2020-04-152-3/+6
|/
* Ensure that documentid is legal.Henning Baldersheim2020-04-142-0/+7
* Add toString() to TestAndSetConditionRong-En Fan2020-04-121-0/+9