summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_configurer
Commit message (Expand)AuthorAgeFilesLines
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-5/+3
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-021-2/+1
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* external ranking expressionsHåvard Pettersen2021-05-201-2/+7
* Revert "external ranking expressions"Harald Musum2021-05-201-7/+2
* external ranking expressionsHåvard Pettersen2021-05-181-2/+7
* use size literals in searchcoreArne Juul2021-02-151-1/+2
* Improve handling of changed alloc config.Tor Egge2021-02-021-0/+2
* Allow changing indexing.tasklimit and indexing.semiunboundtasklimit inTor Egge2020-10-201-0/+2
* handle onnx models configHåvard Pettersen2020-09-011-0/+9
* Detect changed bucket space for document type.Tor Egge2020-07-162-69/+96
* Add shutdown to thread interface.Henning Baldersheim2020-03-231-5/+4
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-051-1/+1
* Move ranking-constants.def to configdefinitionsJon Bratseth2018-09-051-1/+1
* Rename method according to review feedback.Tor Egge2018-07-271-1/+1
* Add skeleton for proton disk layout, to better handle removal ofTor Egge2018-07-271-14/+61
* Track document db destruction.Tor Egge2018-07-251-10/+10
* Always map from document type to bucket space in proton.Tor Egge2018-05-041-0/+5
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-1/+1
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-1/+1
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-1/+1
* Remove the support for extra config, that is a leftover from rise integration...Henning Baldersheim2018-01-291-2/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+6
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-0/+2
* Wire in LogDocumentStore::Config in snapshot.Henning Baldersheim2017-10-051-0/+1
* There is a less intrusive way ...Henning Baldersheim2017-10-051-2/+2
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-3/+3
* Change SchemaBuilder to use attributes config to setup imported attribute fie...Geir Storli2017-08-161-1/+0
* 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-0/+1
* Revert "Toregge/proton config reporting cleanup"Harald Musum2017-05-221-2/+0
* Reduce number of component configs reported by proton.Tor Egge2017-05-221-0/+2
* Remove recently added attribute specs from document db config.Tor Egge2017-04-201-6/+2
* Rename AttributeSpecsBuilder to AttributeAspectDelayer.Tor Egge2017-04-201-6/+6
* Delay changes to summarymap config when delaying changes to attributes config.Tor Egge2017-04-201-2/+2
* Add attribute specs (derived from attribute config) to document db config.Tor Egge2017-04-041-1/+5
* Simplify signature for applying initial config to proton.Tor Egge2017-03-141-1/+1
* Move interface to separate header file.Tor Egge2017-03-141-1/+1
* Drop leftover document db config.Tor Egge2017-03-141-0/+1
* Remove duplicated check.Tor Egge2017-03-141-7/+0
* Fix misspelling of test name.Tor Egge2017-03-141-12/+12
* Use ASSERT macros instead of assert.Tor Egge2017-03-141-2/+2
* Use auto to simplify code.Tor Egge2017-03-141-47/+47