aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2019-07-031-0/+1
|
* only equal types can be assignedHåvard Pettersen2019-07-021-14/+2
| | | | error type fields can not be assigned to
* Nonfunctional changes onlyJon Bratseth2019-06-281-2/+12
|
* Read dense tensor form in documentsJon Bratseth2019-06-182-14/+72
|
* Add missing includes.Tor Egge2019-06-1119-0/+19
|
* Merge pull request #9707 from ↵Henning Baldersheim2019-06-064-13/+27
|\ | | | | | | | | vespa-engine/vekterli/use-non-chunked-base64-encoding-for-json-raw-fields Do not use chunked output for Base64-encoded raw fields in JSON output
| * Do not use chunked output for Base64-encoded raw fields in JSON outputTor Brede Vekterli2019-06-064-13/+27
| | | | | | | | | | | | | | | | | | 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.
* | remove sparse tensor builderHåvard Pettersen2019-06-061-1/+0
|/ | | | also remove sparse tensor unsorted address builder
* remove DefaultTensor type wrapperHåvard Pettersen2019-06-031-1/+1
| | | | | also remove TensorBuilder interface and use SparseTensorBuilder directly
* Merge pull request #9641 from vespa-engine/bratseth/ranking-expression-modelsJon Bratseth2019-06-021-1/+2
|\ | | | | Bratseth/ranking expression models
| * Vespa global model importJon Bratseth2019-06-021-1/+2
| |
* | remove tensor factoryHåvard Pettersen2019-05-313-52/+49
|/
* Use docker and node resources in more testsJon Bratseth2019-05-281-1/+0
|
* Use std::regex instead of std::basic_regex<char>.Tor Egge2019-05-211-1/+1
|
* Implement BoolFieldValue.assignHenning Baldersheim2019-05-203-3/+42
|
* Nonfunctional changes onlyJon Bratseth2019-05-171-0/+1
|
* Allow node allocation by resource specJon Bratseth2019-05-061-1/+1
|
* 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