summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton
Commit message (Expand)AuthorAgeFilesLines
* Use AttributeBuilder in attribute updater unit test.Tor Egge2023-03-302-125/+92
* Revert "Revert "Explore attribute vector in writer thread.""Tor Egge2023-03-295-77/+2
* Revert "Explore attribute vector in writer thread."Henning Baldersheim2023-03-285-2/+77
* Explore attribute vector in writer thread.Tor Egge2023-03-285-77/+2
* Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-241-1/+0
* Handle SingleRawAttribute in AttributeUpdater.Tor Egge2023-03-161-1/+35
* Count more of the memory used by the document metastore.Henning Baldersheim2023-03-152-5/+6
* Handle raw attribute in document retriever.Tor Egge2023-03-141-0/+44
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-1310-94/+96
* Unify on system_time from chrono for file modification time.Henning Baldersheim2023-03-012-8/+6
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-273-8/+3
* untangle fnet from fastosHåvard Pettersen2023-02-222-7/+8
* stop using FastOS_ThreadIdHåvard Pettersen2023-02-221-8/+7
* - [[noreturn]] is standard.Henning Baldersheim2023-02-151-4/+1
* 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-073-8/+16
* Call complete_prepare_reconfig() to adjust prepared reconfig whenTor Egge2023-02-071-1/+5
* Pass optional serial num to prepare reconfig.Tor Egge2023-02-072-4/+4
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-063-22/+76
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-063-76/+22
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-063-22/+76
* Drop ranking assets repo from SearchableDocSubDB.Tor Egge2023-02-032-21/+15
* 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-016-63/+67
* Remove unused variable in searchcore docsummary unit test.Tor Egge2023-01-291-4/+0
* Remove redundant or pessimizing moves.Tor Egge2023-01-281-2/+2
* Propagate schema to summary manager.Tor Egge2023-01-251-1/+28
* separate profiling depth parametersHåvard Pettersen2023-01-191-1/+1
* - Remove the explicit close method in SessionManager. Just do it in destructo...Henning Baldersheim2023-01-171-10/+10
* Only attribute fields can represent virtual fields.Geir Storli2023-01-131-7/+13
* Imported attributes can also represent virtual fields.Geir Storli2023-01-131-2/+2
* Expose SameElement query terms to ranking.Geir Storli2023-01-127-26/+37
* - Hide membersHenning Baldersheim2023-01-072-41/+14
* Extract virtual fields in the index environment.Geir Storli2023-01-041-0/+35
* Change from typedef to using in searchcore.Geir Storli2022-12-2131-95/+95
* Rename docsummary unit test file.Geir Storli2022-12-212-1/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-2020-32/+31
* Merge pull request #25282 from vespa-engine/geirst/avoid-flushing-components-...Henning Baldersheim2022-12-193-50/+93
|\
| * Avoid flushing components in proton more than necessary.Geir Storli2022-12-163-50/+93
* | No need to restart sampling or reconfigure anything unless the config has cha...Henning Baldersheim2022-12-161-3/+11
|/
* Include thread to get declaration of std::this_thread::sleep_for().Tor Egge2022-12-151-0/+1
* Merge pull request #25237 from vespa-engine/balder/gc-unused-executor-magicHenning Baldersheim2022-12-131-24/+5
|\
| * There is only one the master executor available to the MaintenanceJobs.Henning Baldersheim2022-12-131-24/+5
* | - Reorder to cancel the recurring task.Henning Baldersheim2022-12-131-1/+3
* | Revert "Revert "Use the forward scheduler in proton also for disk-mem-util-sa...Henning Baldersheim2022-12-131-4/+8