aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-095-5/+5
|
* Unify and modernize code and layoutHenning Baldersheim2023-09-041-8/+8
|
* Export moved config definitions.Tor Egge2023-05-091-1/+0
|
* Move ranking config to configdefinitions module.Tor Egge2023-05-091-8/+8
|
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-081-8/+8
|
* Move ranking config to configdefinitions module.Tor Egge2023-05-081-8/+8
|
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-18/+19
|
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-17/+27
|
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-27/+17
|
* Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-17/+27
|
* Make the message a pair of level and stringHenning Baldersheim2022-08-163-39/+47
|
* Keep rank setup errors on separate log lines and annotated as warning.Henning Baldersheim2022-08-153-18/+11
|
* - Split rank setup verification code and the binary.Henning Baldersheim2022-08-134-57/+134
| | | | - Accumulate errors during ranksetup. Report them at the end, and also verify them in some tests.
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-7/+8
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-1/+1
|
* verify match featuresArne H Juul2021-11-041-0/+3
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* info -> debugHenning Baldersheim2021-08-251-1/+1
|
* Add some debug loggingHenning Baldersheim2021-08-251-1/+1
|
* dry run onnx models on setupHåvard Pettersen2021-06-231-2/+2
|
* remove extra newlinesHåvard Pettersen2021-05-201-2/+2
|
* external ranking expressionsHåvard Pettersen2021-05-201-4/+28
| | | | loaded from potentially compressed files
* Revert "external ranking expressions"Harald Musum2021-05-201-29/+5
|
* remove extra newlinesHåvard Pettersen2021-05-191-2/+2
|
* external ranking expressionsHåvard Pettersen2021-05-181-4/+28
| | | | loaded from potentially compressed files
* remove EngineOrFactoryHåvard Pettersen2020-12-041-3/+4
|
* cleanup unused includeArne Juul2020-11-271-1/+0
|
* handle both engine- and factory-based tensorsArne Juul2020-10-151-5/+6
| | | | | | * use EngineOrFactory::get() instead of DefaultTensorEngine::ref() * avoid direct use of DenseTensorView etc where possible * use eval::Value instead of tensor::Tensor where possible
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-081-1/+2
|
* handle onnx model config for inputs and outputsHåvard Pettersen2020-09-221-0/+1
|
* use config to resolve file referencesHåvard Pettersen2020-09-024-9/+35
|
* handle onnx models configHåvard Pettersen2020-09-011-7/+28
|
* Add a rank feature that will use the distribution key to provide a globally ↵Henning Baldersheim2020-06-221-1/+1
| | | | | | unique number. unique = (docId << 16 | distributionKey)
* readjust to a world without ErrorValueHåvard Pettersen2019-06-191-6/+9
|
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-051-1/+1
|
* Move ranking-constants.def to configdefinitionsJon Bratseth2018-09-051-1/+1
|
* clean up tensor engine APIHåvard Pettersen2017-11-071-7/+4
| | | | make Tensor a subclass of Value
* Change SchemaBuilder to use attributes config to setup imported attribute ↵Geir Storli2017-08-161-9/+3
| | | | fields in schema.
* Revert "Revert "Use new program names with vespa- prefix in config model.""Geir Storli2017-06-301-2/+2
|
* Revert "Use new program names with vespa- prefix in config model."Geir Storli2017-06-301-2/+2
|
* Use new program name.Tor Egge2017-06-281-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-0/+1
|
* Rename searchcore binaries to have vespa- prefix.Tor Egge2017-06-062-3/+2
| | | | Temporarily add symlinks from old name to new name.
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-3/+4
|