summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-061-0/+9
* Report transient disk usage for attribute disk snapshots.Geir Storli2022-12-021-9/+95
* Rewrite attribute directory tests to GTest.Geir Storli2022-12-012-85/+84
* Update unit test for handling removes in attribute writer.Tor Egge2022-11-251-16/+10
* Use search::test::SchemaBuilder in searchcore unit tests.Tor Egge2022-10-211-1/+0
* Merge pull request #24430 from vespa-engine/toregge/rename-empty-doc-builder-...Tor Egge2022-10-133-41/+42
|\
| * Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-133-41/+42
* | Various cleanup while reading sorting code in backend.Henning Baldersheim2022-10-131-3/+1
|/
* Add field value builders to EmptyDocBuilder.Tor Egge2022-10-131-2/+2
* Merge pull request #24407 from vespa-engine/geirst/generation-hold-list-termi...Geir Storli2022-10-121-2/+3
|\
| * Rename first used generation -> oldest used generation.Geir Storli2022-10-121-2/+3
* | Remove search::index::DocBuilder. Add search::index::StringFieldBuilder.Tor Egge2022-10-121-0/+1
|/
* Stop using search::index::DocBuilder in DocumentFieldPopulator unitTor Egge2022-10-111-22/+7
* Remove summary field types from summary.def.Geir Storli2022-09-231-49/+47
* Stop using search::index::DocBuilder in searchcore attribute unit test.Tor Egge2022-09-211-106/+87
* Put commands for docsum field writers at a common place.Geir Storli2022-09-191-28/+47
* Stop using summarymap config in backend.Tor Egge2022-09-061-134/+31
* Some c++ cleanup while reading code.Henning Baldersheim2022-09-051-1/+1
* Let attribute aspect delayer adjust summary config.Tor Egge2022-09-031-14/+62
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-022-20/+17
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-023-4/+4
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-267-34/+37
* Include config in cpp file.Henning Baldersheim2022-05-262-2/+2
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-256-31/+32
* Remove copy constructors.Henning Baldersheim2022-03-281-8/+7
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-9/+9
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-5/+5
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-9/+9
* Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-175-12/+22
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-4/+4
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-032-1/+4
* Sample and track the current transient memory usage across all document dbs.Geir Storli2022-01-073-65/+21
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-1/+2
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-021-0/+1
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+3
* Allocate attribute manager once after attributes are set up.Henning Baldersheim2021-11-191-4/+15
* Use GateCallback to signal completion of force commit.Tor Egge2021-11-161-2/+6
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-281-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0726-26/+26
* Remove explicit tracking of enum store and multi-value address space usage.Geir Storli2021-09-211-9/+9
* Use max address space used in attribute vector components to determine whethe...Geir Storli2021-08-202-40/+11
* Track max address space usage among components in attributes vectors in all s...Geir Storli2021-08-202-0/+56
* Wire in the shared executor for use when loading attributes.Henning Baldersheim2021-08-131-2/+5
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-8/+11
* Optimize assign updates to tensor attribute with hnsw index by handling them ...Geir Storli2021-07-141-3/+35
* Report hash and B-tree memory usage separately for enum store dictionary.Tor Egge2021-04-082-18/+62
* Rename TransientMemoryUsageProvider to TransientResourceUsageProvider.Geir Storli2021-03-251-5/+5