aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0952-52/+52
* Add test for disabling of cache in removed dbHenning Baldersheim2023-10-051-21/+46
* Add explorer for the attribute writer.Geir Storli2023-09-011-2/+5
* Simplify IThreadingService as there only is one field writer executor.Geir Storli2023-08-312-17/+4
* Modernize C++ code.Geir Storli2023-08-292-4/+4
* Use std::filesystem::copy instead of vespalib::copyTor Egge2023-07-191-6/+1
* Reduce use of vespalib::unlink.Tor Egge2023-07-171-2/+2
* Export moved config definitions.Tor Egge2023-05-0911-11/+1
* Move ranking config to configdefinitions module.Tor Egge2023-05-093-7/+8
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-083-8/+7
* Move ranking config to configdefinitions module.Tor Egge2023-05-083-7/+8
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+1
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-271-1/+0
* stop using FastOS_ThreadIdHåvard Pettersen2023-02-221-8/+7
* Remove unused parameter in prepare_reconfig member functions.Tor Egge2023-02-092-4/+4
* Delay creation of AttributeCollectionSpec.Tor Egge2023-02-081-25/+31
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-072-7/+15
* Pass optional serial num to prepare reconfig.Tor Egge2023-02-072-4/+4
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-19/+33
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-33/+19
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-19/+33
* Drop ranking assets repo from SearchableDocSubDB.Tor Egge2023-02-031-4/+3
* Remove unused variable.Tor Egge2023-02-021-1/+0
* Add helper member function to fixture classes.Tor Egge2023-02-021-46/+60
* Add prepare_reconfig member function to FastAccessDocSubDBConfigurerTor Egge2023-02-021-13/+45
* Add proton::DocumentDB::prepare_reconfigTor Egge2023-02-021-1/+5
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-16/+14
* Remove redundant or pessimizing moves.Tor Egge2023-01-281-2/+2
* Propagate schema to summary manager.Tor Egge2023-01-251-1/+28
* Change from typedef to using in searchcore.Geir Storli2022-12-218-46/+46
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-209-10/+10
* There is only one the master executor available to the MaintenanceJobs.Henning Baldersheim2022-12-131-24/+5
* Move sessionmanager from documentdb to proton and use a SchedulerForwardExecu...Henning Baldersheim2022-12-083-66/+7
* GC unused session managerHenning Baldersheim2022-12-081-1/+0
* Add SessionManager in IDocumentDBOwner, but only use in mocks in tests for now.Henning Baldersheim2022-12-081-25/+10
* Wire SessionManager via IDocumentSubDBOwnerHenning Baldersheim2022-12-082-9/+12
* GC unused DocumentDBMaintenanceConfigHenning Baldersheim2022-12-071-2/+2
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-061-0/+7
* Use search::test::SchemaBuilder in searchcore unit tests.Tor Egge2022-10-213-56/+37
* Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-138-26/+29
* Remove search::index::DocBuilder. Add search::index::StringFieldBuilder.Tor Egge2022-10-126-44/+63
* Stop using search::index::DocBuilder in DocumentFieldPopulator unitTor Egge2022-10-111-15/+29
* Update tests.Henning Baldersheim2022-09-291-14/+4
* Remove summary field types from summary.def.Geir Storli2022-09-231-1/+0
* Remove summary fields from schema.Tor Egge2022-09-221-1/+0
* Stop using search::index::DocBuilder in searchcore feed view unit test.Tor Egge2022-09-211-19/+31
* Make replay schema based on replay summary config.Tor Egge2022-09-201-4/+9
* Remove remains of summarymap.def that is no longer used.Geir Storli2022-09-196-3/+0
* On retired nodes no buckets should be ready.Henning Baldersheim2022-09-151-8/+8
* Add explicit test that active, not-ready buckets are not moved unless buckets...Henning Baldersheim2022-09-141-10/+23