aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 a...Henning Baldersheim2022-08-161-1/+1
* Use std::make_shared and std::make_unique.Henning Baldersheim2022-08-161-15/+20
* Do not expose iterate api.Henning Baldersheim2022-08-122-197/+0
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-10/+0
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-023-13/+14
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-1/+0
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-1/+2
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-3/+4
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-252-16/+14
* - Avoid using shared_ptr for simpe AllocConfig and ThreadingServiceConfig.Henning Baldersheim2022-05-232-0/+2
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-213-3/+0
* Move tracking of num field writer threads from ThreadingServiceConfig to Shar...Geir Storli2022-05-182-47/+18
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-1/+1
* Remove unused code after the shared field writer is used for all document dbs.Geir Storli2022-05-161-33/+5
* Don't attempt to actually execute document moves from a cancelled bucket moverTor Brede Vekterli2022-05-121-1/+31
* Fix race conditions in vespalib::Cache.Tor Egge2022-04-291-1/+1
* Merge pull request #21879 from vespa-engine/arnej/use-std-functionHenning Baldersheim2022-03-291-4/+4
|\
| * use std::functionArne H Juul2022-03-291-4/+4
* | Merge pull request #21856 from vespa-engine/balder/avoid-identifiable-for-val...Henning Baldersheim2022-03-291-2/+2
|\ \
| * | Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-1/+1
| * | Remove copy constructors.Henning Baldersheim2022-03-281-2/+2
| |/
* / CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-1/+1
|/
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-1/+1
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-5/+4
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-6/+4
* Merge pull request #21730 from vespa-engine/geirst/shared-attribute-enum-inte...Geir Storli2022-03-173-24/+31
|\
| * Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-173-24/+31
* | fix tsan warnings in maintenancecontroller testHÃ¥vard Pettersen2022-03-171-15/+24
|/
* Add BucketExecutor to ISharedThreadingService interface.Geir Storli2022-03-171-4/+1
* Wire in the real clcok and use an explicit RequestContext instead of the dumm...Henning Baldersheim2022-03-071-0/+1
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-034-1/+4
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-033-11/+11
* Remove inlining warnings (searchcore).Tor Egge2022-02-261-0/+3