summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
* Consolidate search for GTest.Tor Egge2020-07-073-3/+0
* Use find_package to find gtest library.Tor Egge2020-06-293-3/+6
* Let getExecutorId be a pure interface.Henning Baldersheim2020-06-261-2/+2
* Use ForegroundThreadExecutor in unit tests.Geir Storli2020-06-254-12/+17
* Run prepare step of two-phase puts in the shared executor instead of the attr...Geir Storli2020-06-251-14/+22
* Expose the shared executor via attribute manager interface.Geir Storli2020-06-255-36/+44
* Let the executor create an executor id to its liking.Henning Baldersheim2020-06-251-1/+1
* Wire flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-4/+4
* Test more edge cases for two-phase put.Geir Storli2020-06-171-16/+78
* Test that attribute writer can handle put in two phases.Geir Storli2020-06-171-9/+86
* Implement initial support for two-phase puts in attribute writer.Geir Storli2020-06-171-0/+34
* Rename variable '_m' -> '_mgr'.Geir Storli2020-06-161-16/+16
* Simplify attribute writer tests by using mock attribute manager.Geir Storli2020-06-162-25/+25
* Revert "Two phase put in attribute writer"Harald Musum2020-06-152-155/+44
* Test that attribute writer can handle put in two phases.Geir Storli2020-06-151-9/+86
* Implement initial support for two-phase puts in attribute writer.Geir Storli2020-06-151-0/+34
* Rename variable '_m' -> '_mgr'.Geir Storli2020-06-151-16/+16
* Simplify attribute writer tests by using mock attribute manager.Geir Storli2020-06-152-25/+25
* Simplify.Geir Storli2020-06-101-3/+1
* Rewrite attribute (writer) tests to use gtest.Geir Storli2020-06-102-316/+302
* Stop using script to run the attribute test.Geir Storli2020-06-102-7/+2
* Add unit test for AttributeUsageSamplerFunctor.Tor Egge2020-05-132-0/+142
* Verify that transient memory is zero when attribute to load doesn't haveTor Egge2020-05-081-2/+10
* Add get_transient_memory_usage() method to AttibuteInitializer.Tor Egge2020-05-081-0/+30
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-046-14/+12
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-271-4/+4
* Fix issues detected by clang 10.Tor Egge2020-02-141-0/+1
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-292-10/+42
* Improve the distribution by using a indirect mapping that should improveHenning Baldersheim2020-01-031-1/+1
* Update tests after changing how executors are selected.Henning Baldersheim2020-01-031-6/+4
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-8/+10
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-5/+5
* Specify UTC explicitHenning Baldersheim2019-11-181-7/+7
* Extend AttributeAspectDelayer to handle matchedattributeelementsfilterTor Egge2019-10-221-3/+48
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-1/+1
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-1/+2
* Also update compaction count for old style compaction.Tor Egge2019-08-271-1/+1
* Test that flushed sync token is not updated when attribute flush fails.Tor Egge2019-08-261-0/+29
* doc: -> id:Henning Baldersheim2019-08-161-17/+17
* remove tensor factoryHÃ¥vard Pettersen2019-05-311-15/+12
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-241-6/+6
* Deinline test code.Henning Baldersheim2019-05-063-0/+3
* Make final to improve inlining.Henning Baldersheim2019-05-062-12/+12
* Add type casts and adjust format strings in searchcore module.Tor Egge2019-03-141-0/+2
* Merge pull request #8745 from vespa-engine/toregge/reduce-use-of-tensor-mapperGeir Storli2019-03-121-1/+1
|\
| * Stop using tensor mapper when setting values in tensor attribute.Tor Egge2019-03-111-1/+1
* | Stop using DocBuilder for attribute populator test.Tor Egge2019-03-111-14/+17
|/
* Optimize updates to tensor attributes by only updating them in-memory and no ...Geir Storli2019-03-081-8/+20
* Merge pull request #8694 from vespa-engine/toregge/add-tensor-type-checksGeir Storli2019-03-071-1/+3
|\