summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* Handle xml feed without the wrapping <vespafeed> tagHenning Baldersheim2019-05-012-7/+77
|
* Classify errors betterJon Bratseth2019-04-296-23/+29
|
* Revert "Merge pull request #9207 from ↵Jon Bratseth2019-04-294-18/+51
| | | | | | | vespa-engine/revert-9204-bratseth/document-api-donct-blame-users" This reverts commit 3575ceec65b3787a4f3e412c86479c79cf1d6453, reversing changes made to e535c8fa9c1264d7164fef7f55d10dc585e13e88.
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-2/+2
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-2/+2
| | | | artifact ids""
* Merge pull request #9184 from vespa-engine/havardpe/no-abstract-types-in-backendHåvard Pettersen2019-04-261-7/+0
|\ | | | | avoid abstract value types
| * avoid abstract value typesHåvard Pettersen2019-04-251-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | remove basic value type ANY remove concept of tensors with unknown dimensions disallow value types with unbound indexed dimensions remove predicates talking about abstract types type of unknown values are now ERROR (was ANY) require that overlapping indexed dimensions are of equal size type unification now requires types to be equal ('if' expressions) creating a tensor type without dimensions now gives a double type make rank feature setup fail on invalid types (query/attribute)
* | Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-258-112/+104
| | | | | | | | classes with proper final members.
* | Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-254-0/+16
| | | | | | | | classes with proper final members.
* | Refactor to allow for lazy decode.Henning Baldersheim2019-04-257-122/+123
| |
* | Add a binary format too.Henning Baldersheim2019-04-254-15/+41
|/
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Merge pull request #9157 from vespa-engine/hmusum/update-java-lz4-depHarald Musum2019-04-251-2/+2
|\ | | | | Update to newer java lz4 version (1.5.1) and use new artifact ids
| * Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
| |
* | GC unused codeHenning Baldersheim2019-04-246-80/+3
| |
* | Change interface from Mirror.Entry[] to List<Mirror.Entry> as you already ↵Henning Baldersheim2019-04-221-2/+5
|/ | | | | | have a list. Avoid having to do an array copy that is not necessary.
* Migrate document unit tests from cppunit to gtest.Tor Egge2019-04-168-1086/+150
|
* Migrate document unit tests from cppunit to gtest.Tor Egge2019-04-1613-494/+324
|
* Migrate document unit tests from cppunit to gtest.Tor Egge2019-04-1615-1460/+977
|
* Add control for number of feed threads.Henning Baldersheim2019-04-152-2/+1
|
* Emit Position struct if necessary.Henning Baldersheim2019-04-051-6/+1
|
* Add tensor value typeJon Bratseth2019-04-032-2/+2
|
* Merge pull request #8955 from ↵gjoranv2019-03-291-2/+2
|\ | | | | | | | | vespa-engine/bratseth/clients-may-compile-with-jdk-8 Client-side modules should be compilable with jdk8
| * Client-side modules should be compilable with jdk8Jon Bratseth2019-03-291-2/+2
| |
* | Merge pull request #8900 from vespa-engine/arnej/no-more-pythonArne H Juul2019-03-291-3/+1
|\ \ | | | | | | stop using python script for cppunit tests
| * | stop using python script for cppunit testsArne Juul2019-03-261-3/+1
| |/
* / Use std::basic_regex in document module.Tor Egge2019-03-261-3/+7
|/
* Use proper types when assigning to field values.Tor Egge2019-03-141-2/+2
|
* Fix format strings in document module.Tor Egge2019-03-123-3/+4
|
* Stop using tensor mapper when setting values in tensor attribute.Tor Egge2019-03-112-5/+11
|
* Convert field tensor type to tensor type for tensor remove updates.Tor Egge2019-03-073-8/+38
|
* Adjust wrong tensor type exception message.Tor Egge2019-03-072-4/+4
|
* Check for assignable tensor type when setting tensor in TensorFieldValue.Tor Egge2019-03-077-25/+197
|
* Merge pull request #8653 from ↵Geir Storli2019-03-045-170/+66
|\ | | | | | | | | vespa-engine/geirst/migrate-tests-from-cppunit-to-gtest-1 Geirst/migrate tests from cppunit to gtest 1
| * Fix indentation.Geir Storli2019-03-041-4/+4
| |
| * Migrate unit test from cppunit to gtest.Geir Storli2019-03-013-74/+32
| |
| * Migrate unit test from cppunit to gtest.Geir Storli2019-03-012-94/+33
| |
| * Add '()' to macro definition.Geir Storli2019-03-011-1/+1
| |
| * Simplify.Geir Storli2019-03-011-1/+0
| |
* | Use common code to read and write data buffer from/to file.Geir Storli2019-03-011-29/+29
| |
* | Add cross-language serialization tests for tensor updates.Geir Storli2019-03-016-5/+169
|/
* More testing of roundtrip serialization of tensor modify update.Geir Storli2019-02-261-0/+10
|
* Update class comments.Geir Storli2019-02-262-5/+6
|
* Verify during deserialize() that cells and address tensors are sparse.Geir Storli2019-02-265-23/+69
|
* Minor style changes.Geir Storli2019-02-263-24/+17
|
* More edge case testing of tensor updates.Geir Storli2019-02-261-3/+34
|
* Remove unused file.Geir Storli2019-02-261-50/+0
|
* Eliminate some gcc 9 warnings.Tor Egge2019-02-254-0/+6
|
* Reduce code duplication in gtest runners.Geir Storli2019-02-221-8/+2
|
* Merge pull request #8558 from ↵Geir Storli2019-02-2213-120/+224
|\ | | | | | | | | vespa-engine/lesters/tensor-partial-update-mixed-tensors-java Tensor partial update for mixed tensors - Java