summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_configurer
Commit message (Collapse)AuthorAgeFilesLines
* Remove summary fields from schema.Tor Egge2022-09-221-1/+1
|
* Make replay schema based on replay summary config.Tor Egge2022-09-201-7/+1
|
* Unify og getNumActiveDocs and hide some implementations.Henning Baldersheim2022-09-091-27/+35
|
* Stop using summarymap config in backend.Tor Egge2022-09-061-3/+0
|
* - Avoid using shared_ptr for simpe AllocConfig and ThreadingServiceConfig.Henning Baldersheim2022-05-231-2/+2
| | | | - Reduce exposure of DocumentDBConfig and DocumentDBConfigManager classes.
* Move tracking of num field writer threads from ThreadingServiceConfig to ↵Geir Storli2022-05-181-1/+1
| | | | | | SharedThreadingServiceConfig. This is a follow-up for when the shared field writer executor is used across all document dbs.
* 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
| | | | | | | * 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-2/+7
| | | | loaded from potentially compressed files
* Revert "external ranking expressions"Harald Musum2021-05-201-7/+2
|
* external ranking expressionsHåvard Pettersen2021-05-181-2/+7
| | | | loaded from potentially compressed files
* 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
| | | | proton config without restart.
* 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
| | | | Let the optimize config control index and summary executor too.
* 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
| | | | Remove unneeded guard checks.
* Add skeleton for proton disk layout, to better handle removal ofTor Egge2018-07-271-14/+61
| | | | unused directories in proton directory tree.
* Track document db destruction.Tor Egge2018-07-251-10/+10
| | | | Wait until document db has been destroyed when pruning old document dbs.
* 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 ↵Henning Baldersheim2018-01-291-2/+1
| | | | integration that is long gone.
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+6
|
* Add bucket space concept to DocumentDB and wire it into setup of ↵Geir Storli2017-10-061-0/+2
| | | | PersistenceEngine.
* 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 ↵Geir Storli2017-08-161-1/+0
| | | | fields in schema.
* 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
| | | | | | | Move setting of simple component config producer from proton to proton configurer. Delay setting of "proton" component until document dbs have been updated.
* 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
|