summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdbconfig
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-5/+6
|
* Merge branch 'master' into balder/unify-access-to-ranking-assetsHenning Baldersheim2022-09-071-20/+13
|\
| * Stop using summarymap config in backend.Tor Egge2022-09-061-20/+13
| |
* | Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-6/+5
|/
* Use mostly empty summary config during replay.Tor Egge2022-09-031-1/+2
|
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-0/+1
|
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
|
* track namespace move in documenttypes.defArne H Juul2021-12-021-0/+1
| | | | | | | * For C++ code this introduces a "document::config" namespace, which will sometimes conflict with the global "config" namespace. * Move all forward-declarations of the types DocumenttypesConfig and DocumenttypesConfigBuilder to a common header file.
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* external ranking expressionsHåvard Pettersen2021-05-201-0/+9
| | | | loaded from potentially compressed files
* Revert "external ranking expressions"Harald Musum2021-05-201-9/+0
|
* external ranking expressionsHåvard Pettersen2021-05-181-0/+9
| | | | loaded from potentially compressed files
* handle onnx models configHåvard Pettersen2020-09-011-0/+9
|
* If removal of attribute aspect is delayed but summary aspect has been removedTor Egge2019-02-211-1/+18
| | | | then the old summary map override should not be added to the new summary map.
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-3/+3
|
* 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 of generated ranking constants config header.Tor Egge2017-05-261-1/+0
|
* Add factory method for delaying attribute aspect changes in document db config.Tor Egge2017-04-211-1/+77
|
* Remove recently added attribute specs from document db config.Tor Egge2017-04-201-8/+0
|
* Create empty summarymap config for replay config.Geir Storli2017-04-051-5/+18
| | | | | This avoids problem with imported attribute fields used in summary classes as they are not setup when summary rewriters are created during replay. (This is not needed at this point).
* Add attribute specs (derived from attribute config) to document db config.Tor Egge2017-04-041-0/+8
|
* Extend test for makeReplayConfig() to include ranking constants and imported ↵Geir Storli2017-02-161-34/+80
| | | | fields.
* Decouple so that not all config is pulled in everywhere.Henning Baldersheim2016-12-121-4/+1
|
* Remove RankingConstantsConfig from DocumentDBConfig and add builder used in ↵Geir Storli2016-09-052-16/+4
| | | | unit tests.
* Integrate and populate matching::RankingConstants based on files acquired ↵Geir Storli2016-09-021-0/+1
| | | | from file distribution.
* subscribe to ranking constants configArne H Juul2016-08-311-0/+2
| | | | | | | | | | * move the .def file for filedistributorrpc to fileacquirerer, and compile a minimal C++ library from it that can be used by both searchcore and file distribution * proton now subscribes to filedistributorrpc as a bootstrap config * and subscribes to ranking-constants as part of the documentdb config * when loading a config snapshot, make an empty ranking-constants.cfg if it did not already exist
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+81