aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into balder/less-unused-header-body-referencesHenning Baldersheim2020-02-053-1/+124
|\
| * Detect and handle simple imported fields in expressions (Java)Tor Brede Vekterli2020-01-311-1/+29
| |
| * Wire imported fields config into Java DocumentTypeTor Brede Vekterli2020-01-312-0/+95
| |
* | As java and c++ now doe sth same thing size is the same.Henning Baldersheim2020-01-3015-0/+0
| |
* | Header/body does not exist anymore. Deprecate and remove own internal usage.Henning Baldersheim2020-01-3011-102/+98
|/
* Use a single chunkHenning Baldersheim2020-01-2318-0/+0
|
* Unit test 1-d map short form modify updateJon Bratseth2020-01-141-0/+10
|
* Convert tensor update to sparseJon Bratseth2020-01-131-2/+12
|
* Support modify of mixed tensorsJon Bratseth2020-01-132-8/+47
|
* Expect 'missing a label'Jon Bratseth2020-01-071-2/+2
|
* Remove use of commons-lang from documentBjørn Christian Seime2020-01-061-2/+2
|
* Merge pull request #11648 from vespa-engine/bratseth/add-headersgjoranv2020-01-063-0/+3
|\ | | | | Add/corect copyright headers
| * Add/corect copyright headersJon Bratseth2020-01-033-0/+3
| |
* | Expect short formJon Bratseth2020-01-031-1/+1
|/
* Use correct contains methodHåkon Hallingstad2019-10-181-3/+3
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-5/+14
|
* Single sparse dimension short formJon Bratseth2019-10-081-0/+31
|
* Support mixed tensor short form JSONJon Bratseth2019-10-081-0/+21
|
* Fail on no exceptionJon Bratseth2019-08-301-0/+1
|
* Nonfunctional changes onlyJon Bratseth2019-08-292-2/+1
|
* Better error messages on illegal inputJon Bratseth2019-08-291-81/+124
|
* Only expose explicit fields in the document.Henning Baldersheim2019-08-281-15/+30
| | | | Also build all fieldSets when constructing the document type.
* Update to require atleast vespa 6 version.Henning Baldersheim2019-08-213-9/+7
|
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-214-9/+10
|
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-2157-450/+288
|
* Revert "doc: -> id:"Henning Baldersheim2019-08-2157-288/+450
|
* Fix typoHenning Baldersheim2019-08-201-1/+1
|
* doc: -> id:Henning Baldersheim2019-08-1957-450/+288
| | | | | Unify documentid java/cpp GC old formats v6 and v7
* Merge branch 'master' into balder/prepare-remove-visitor-orderingHenning Baldersheim2019-08-152-1/+24
|\
| * ArithmeticNode must propagate Result.INVALID.Henning Baldersheim2019-08-092-1/+24
| |
* | Remove visitor ordering and order selection.Henning Baldersheim2019-08-097-272/+81
|/
* Remove long gone searchcolumn.Henning Baldersheim2019-08-062-9/+0
|
* Transform the stack to a tree where also intermediate nodes are lazy.Henning Baldersheim2019-07-231-33/+70
| | | | The leftmost node is the only one being eagerly computed.
* Add short circuit evaluation to the selection engine in java for AND and OR.Henning Baldersheim2019-07-221-2/+24
|
* Add test for failing short circuit of and.Henning Baldersheim2019-07-221-0/+67
|
* Read dense tensor form in documentsJon Bratseth2019-06-181-2/+25
|
* Do not use chunked output for Base64-encoded raw fields in JSON outputTor Brede Vekterli2019-06-063-11/+25
| | | | | | | | | Previous code would always insert at least one linebreak in the output. Replace Apache Commons encoder with explicit basic `java.util.Base64` encoder to make us less dependent on magic constructor args. Explicitly test that we still can decode chunked _input_ to ensure we do not break roundtrip serialization ability for old outputs.
* Implement BoolFieldValue.assignHenning Baldersheim2019-05-202-1/+37
|
* Revert "Handle xml feed without the wrapping <vespafeed> tag"Henning Baldersheim2019-05-011-65/+0
|
* Handle xml feed without the wrapping <vespafeed> tagHenning Baldersheim2019-05-011-0/+65
|
* Classify errors betterJon Bratseth2019-04-291-10/+11
|
* Refactor to allow for lazy decode.Henning Baldersheim2019-04-253-76/+58
|
* GC unused codeHenning Baldersheim2019-04-241-1/+0
|
* Add cross-language serialization tests for tensor updates.Geir Storli2019-03-011-5/+73
|
* Cleanup of tensor updates - JavaLester Solbakken2019-02-213-59/+9
|
* Don't convert tensor add update type to sparse dimensionsLester Solbakken2019-02-203-26/+33
|
* Non-functional changes onlyLester Solbakken2019-02-202-2/+1
|
* TensorModifyUpdate support for mixed tensorsLester Solbakken2019-02-203-12/+62
|
* Remove unnecessary importsLester Solbakken2019-02-201-1/+0
|
* TensorRemoveUpdate support for mixed tensorsLester Solbakken2019-02-203-10/+76
|