summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | also remove some left-behind includes
* 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
| | | | | Pass reconfig serial num explicitly to various reconfigure member functions since it might not be available from attribute collection spec.
* 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
| | | | | serial num explicitly to various reconfigure member functions since it might not be available from attribute collection spec.
* 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
| | | | and SearchableDocSubDBConfigurer.
* 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
| | | | Remove all traces suggesting otherwise.
* Move sessionmanager from documentdb to proton and use a ↵Henning Baldersheim2022-12-083-66/+7
| | | | SchedulerForwardExecutor to drive pruning instead of a maintenance job.
* 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
| | | | Rename search::index::StringFieldBuilder to search::test::StringFieldBuilder.
* 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
| | | | test and document subdbs unit test.
* Update tests.Henning Baldersheim2022-09-291-14/+4
|
* Remove summary field types from summary.def.Geir Storli2022-09-231-1/+0
| | | | They are no longer used in the backend.
* 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 ↵Henning Baldersheim2022-09-141-10/+23
| | | | bucketstate calculator says so.
* Unify og getNumActiveDocs and hide some implementations.Henning Baldersheim2022-09-095-3/+7
|
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-073-11/+12
|
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-073-12/+11
|
* Merge branch 'master' into balder/unify-access-to-ranking-assetsHenning Baldersheim2022-09-073-26/+15
|\
| * Stop using summarymap config in backend.Tor Egge2022-09-063-26/+15
| |
* | Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-063-11/+12
|/
* Use mostly empty summary config during replay.Tor Egge2022-09-031-1/+2
|
* Remove unused DocTypeName parameter.Tor Egge2022-08-261-1/+1
|
* Remove IDocsumStore::getSummaryClassId() member function.Tor Egge2022-08-261-0/+1
|
* Revert "Revert "Revert "Revert "Use a hash_set<int32_t> to quickly check if ↵Henning Baldersheim2022-08-161-1/+1
| | | | a field i…""
* Use std::make_shared and std::make_unique.Henning Baldersheim2022-08-161-15/+20
|