summaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* Add logging when adding a constantJon Bratseth2018-02-053-4/+9
|
* Use all query profiles and handle conflictsJon Bratseth2018-02-052-13/+15
|
* CleanupJon Bratseth2018-02-051-17/+0
|
* Use query profiles already readJon Bratseth2018-02-0534-214/+405
|
* Unify canonicalizationJon Bratseth2018-02-036-3/+212
|
* Fetaure names cleanup WIPJon Bratseth2018-02-024-29/+24
|
* Replace / in Tensorflow constants and placeholders to _Lester Solbakken2018-02-025-158/+161
|
* Allow compatible changes to stored tensorsJon Bratseth2018-02-011-3/+3
| | | | | Allow increasing the size of tensor dimensions without making stored data incompatible.
* Tensor type is always presentJon Bratseth2018-02-012-3/+3
|
* Test feature combinationJon Bratseth2018-01-311-1/+1
|
* Test feature combinationJon Bratseth2018-01-312-5/+25
|
* Add constant feature testJon Bratseth2018-01-313-7/+26
|
* Add attribute access testJon Bratseth2018-01-313-3/+31
|
* Canonicalize featuresJon Bratseth2018-01-313-20/+50
| | | | | This allows us to find the type of features referenced in ranking expressions regardless of the form they are written in.
* Merge pull request #4839 from ↵Lester Solbakken2018-01-316-91/+206
|\ | | | | | | | | vespa-engine/bratseth/tensor-type-information-propagation Bratseth/tensor type information propagation
| * Nonfunctional changes onlyJon Bratseth2018-01-313-2/+42
| |
| * Verify macrosJon Bratseth2018-01-316-94/+169
| |
* | Merge pull request #4828 from vespa-engine/balder/use-percentageGeir Storli2018-01-314-1/+26
|\ \ | | | | | | Use maxsize-percent for giving percentage.
| * | Use maxsize-percent for giving percentage.Henning Baldersheim2018-01-304-1/+26
| | |
* | | Tell other config servers to download file referenceHarald Musum2018-01-311-4/+1
|/ /
* | Mark all document types as belonging to the default bucket spaces as default.Geir Storli2018-01-302-8/+7
| | | | | | | | | | This ensures that upcoming changes to document API clients will work as expected when multiple bucket spaces is NOT enabled.
* | Test that summary cache is given 5% of memory unless specified explicit.Henning Baldersheim2018-01-292-0/+12
|/
* Merge pull request #4785 from ↵Harald Musum2018-01-298-18/+173
|\ | | | | | | | | vespa-engine/balder/add-uri-support-to-tensor-constants-3 Balder/add uri support to tensor constants 3
| * Try to get the uri s going again.Henning Baldersheim2018-01-251-3/+1
| |
| * Do not distribute nullHenning Baldersheim2018-01-251-2/+4
| |
| * Do not pregenerate uri yet.Henning Baldersheim2018-01-251-1/+3
| |
| * Defer validation of tensor URI for a little while.Henning Baldersheim2018-01-251-8/+12
| |
| * Split on uri and file.Henning Baldersheim2018-01-251-1/+3
| |
| * Cleanup after merge and changed interface.Henning Baldersheim2018-01-252-7/+7
| |
| * Add option to also send an uri.Henning Baldersheim2018-01-253-0/+42
| |
| * Add uri parsing support for constant tensors.Henning Baldersheim2018-01-253-11/+116
| |
* | Conversion is expensive so do it only onceJon Bratseth2018-01-261-6/+6
| |
* | Correct copyright headerJon Bratseth2018-01-251-1/+0
| |
* | Add copyright headersJon Bratseth2018-01-256-0/+6
|/
* Remove loggingJon Bratseth2018-01-251-9/+2
|
* Merge pull request #4754 from ↵Henning Baldersheim2018-01-241-0/+3
|\ | | | | | | | | vespa-engine/hmusum/disable-start-download-on-other-config-servers Disable notifying other config servers to start download
| * Disable notifying other config servers to start downloadHarald Musum2018-01-231-0/+3
| | | | | | | | Wiring is missing on config servers to accept request
* | Merge pull request #4767 from vespa-engine/bratseth/nonfunctional-changesJon Bratseth2018-01-241-4/+3
|\ \ | | | | | | Nonfunctional changes only
| * | Nonfunctional changes onlyJon Bratseth2018-01-241-4/+3
| | |
* | | Set tensor types for imported tensors in rank profile.Tor Egge2018-01-241-0/+19
| | |
* | | Enable imported tensor attributes.Tor Egge2018-01-232-20/+11
|/ /
* | Handle missing files properlyJon Bratseth2018-01-231-1/+1
| |
* | Handle both .preprocessed and actual root contextJon Bratseth2018-01-231-4/+9
|/
* Revert "Revert "Correct path just once""Jon Bratseth2018-01-231-7/+4
|
* Revert "Correct path just once"Håkon Hallingstad2018-01-221-4/+7
|
* Correct path just onceJon Bratseth2018-01-221-7/+4
|
* Merge pull request #4738 from vespa-engine/arnej/redo-logforwarding-setupHarald Musum2018-01-225-13/+19
|\ | | | | postpone adding logforwarder until all hosts are determined
| * postpone adding logforwarder until all hosts are determinedArne Juul2018-01-225-13/+19
| |
* | Use double quotesJon Bratseth2018-01-221-1/+1
|/ | | | Single quotes are not supported in the backend.
* Parse generated tensor function treesJon Bratseth2018-01-223-2/+3
| | | | | | | | | To make generated tensor function trees transparent to the config model we need to convert each tensor function node to the corresponding ranking expression node. This is most easily done by parsing the tensor function tree string output as a ranking expression (something which is required to always work in any case).