summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests
Commit message (Expand)AuthorAgeFilesLines
* - Make the MatchContext value object movable.Henning Baldersheim2023-05-261-4/+3
* - Use a rwlock as reading surpasses writing by a very large factor.Henning Baldersheim2023-05-251-7/+2
* Use a smallvector to avoid indirection in most common case, and reserve some ...Henning Baldersheim2023-05-221-2/+2
* Merge pull request #27123 from vespa-engine/balder/use-multiple-threads-for-p...Henning Baldersheim2023-05-161-24/+20
|\
| * Use std::make_unique/make_shared instead of explicit new.Henning Baldersheim2023-05-161-24/+20
* | To avoid an inherent race in testing flush versus prune instead test for what...Henning Baldersheim2023-05-151-1/+5
|/
* Use a timeBomb to ensure test terminates on error.Henning Baldersheim2023-05-151-0/+3
* Ensure thread safety of handlA.Henning Baldersheim2023-05-151-6/+10
* Show log when error happens.Henning Baldersheim2023-05-151-1/+1
* Reduce included code.Henning Baldersheim2023-05-123-0/+3
* Merge pull request #27080 from vespa-engine/balder/avoid-copying-fieldspecbas...Henning Baldersheim2023-05-121-1/+1
|\
| * As a single field per blueprint is the common use case, make that optimal mor...Henning Baldersheim2023-05-121-1/+1
* | Test that high priority tragets do not skip the queue.Henning Baldersheim2023-05-121-28/+63
|/
* Ensure we have enough threads in the flushengine thread pool.Henning Baldersheim2023-05-101-0/+3
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-3/+2
* Propagate DocumentMetaStore read gaurd to RequestContext.Henning Baldersheim2023-05-092-3/+3
* Add RankingAssetsBuilder.Tor Egge2023-05-091-3/+3
* Merge pull request #27029 from vespa-engine/balder/always-keep-room-for-one-e...Henning Baldersheim2023-05-091-2/+52
|\
| * Test that only 1 high priority target gets a slot when all normal slots are t...Henning Baldersheim2023-05-091-8/+18
| * Leave at least one slot available for high priority flush targets.Henning Baldersheim2023-05-081-2/+42
* | 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