aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-1/+32
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-32/+1
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-1/+32
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-34/+37
* Change from typedef to using in searchcore.Geir Storli2022-12-211-3/+3
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-2/+2
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-061-0/+9
* Various cleanup while reading sorting code in backend.Henning Baldersheim2022-10-131-3/+1
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-1/+1
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-4/+5
* Include config in cpp file.Henning Baldersheim2022-05-261-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-17/+16
* Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-171-2/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-3/+3
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-251-1/+0
* use size literals in searchcoreArne Juul2021-02-151-2/+3
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-3/+4
* Improve handling of changed alloc config.Tor Egge2021-02-021-7/+3
* Wire in config for compaction strategy.Tor Egge2021-02-011-1/+3
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* Use ForegroundThreadExecutor in unit tests.Geir Storli2020-06-251-2/+4
* Expose the shared executor via attribute manager interface.Geir Storli2020-06-251-23/+17
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-5/+2
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-291-8/+29
* Make final to improve inlining.Henning Baldersheim2019-05-061-9/+8
* Stop using tensor mapper when setting values in tensor attribute.Tor Egge2019-03-111-1/+1
* Expose constness in interface to avoid cheating.Henning Baldersheim2018-08-291-1/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-2/+2
* Move AttributeOperation and AttributeFunctor to searc::attributeHenning Baldersheim2018-08-221-2/+2
* Rewrite test to enure AttributeWriter is given a fully populated AttributeMan...Henning Baldersheim2018-06-171-19/+25
* Create read guard for target document meta store as part of creatingTor Egge2018-04-231-1/+2
* Add shared pointer to document meta store context for referencedTor Egge2018-04-231-1/+2
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-4/+4
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-1/+3
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-231-3/+1
* Add imported tensor attribute vector.Tor Egge2018-01-221-1/+3
* Replace tab with spaces.Geir Storli2017-09-131-4/+4
* Merge pull request #3390 from vespa-engine/geirst/fix-bitvector-search-cache-...Geir Storli2017-09-121-1/+2
|\
| * Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-1/+2
* | Keep a gid to lid mapper live during the lifetime of an imported attributeTor Egge2017-09-111-0/+3
|/
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-061-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-181-6/+7
|\
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-6/+7