summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton
Commit message (Expand)AuthorAgeFilesLines
* Export moved config definitions.Tor Egge2023-05-0921-22/+3
* Move ranking config to configdefinitions module.Tor Egge2023-05-098-27/+31
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-088-31/+27
* Move ranking config to configdefinitions module.Tor Egge2023-05-088-27/+31
* Revert "Revert "Balder/refactor flushengine runloop""Henning Baldersheim2023-05-052-0/+15
* Revert "Balder/refactor flushengine runloop"Håkon Hallingstad2023-05-052-15/+0
* Test LeafFlushTarget defaults.Henning Baldersheim2023-05-041-0/+11
* - Introduce a LeafFlushTarget that all target not proxying should inherit fro...Henning Baldersheim2023-05-041-0/+4
* Just pass HwInfo::Cpu instead of whole HwInfoHenning Baldersheim2023-04-271-8/+4
* Cap the initialize thread pool at number of coresHenning Baldersheim2023-04-251-3/+24
* We no longer need to size the shared pool based on number of document types.Henning Baldersheim2023-04-251-3/+4
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-1/+2
* The reserved document for a multivalue attribute vector should have anTor Egge2023-04-181-5/+1
* Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-141-1/+35
* Avoid overload resolution ambiguity in attribute updater unit test.Tor Egge2023-04-031-2/+4
* Use one MatchingElementsFields instance per summary class.Geir Storli2023-03-311-1/+4
* 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