summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/feedview/feedview_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-1/+1
* Delay gid to lid change notifications for put operations.Tor Egge2020-11-191-5/+2
* Revert "Use a hash_set<int32_t> to quickly check if a field is an index field."Harald Musum2020-11-091-1/+1
* Use a hash_set<int32_t> to quickly check if a field is an index field.Henning Baldersheim2020-11-081-1/+1
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-16/+7
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-0/+4
* Trim down LidReuseDelayer.Tor Egge2020-10-301-49/+43
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-58/+25
* Stop using PartitionId in searchcore module.Tor Egge2020-10-161-1/+0
* Add mutable for move to work as expectedHenning Baldersheim2020-10-081-3/+3
* Ensure we really wait until operation is complete.Henning Baldersheim2020-10-081-4/+9
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* Use correct serial number when creating attribute.Henning Baldersheim2020-10-031-1/+1
* Account for extra invocation on summary executor too.Henning Baldersheim2020-09-031-1/+1
* Ensure that we call commit and wait before changing feedview.Henning Baldersheim2020-08-211-2/+4
* - Let LidReuseDelayer be owned by FeedView and configured only at constructio...Henning Baldersheim2020-08-211-13/+12
* Transfer shared_ptr by value.Henning Baldersheim2020-08-201-1/+1
* Avoid time based commit handling inside storeonly feed view.Henning Baldersheim2020-08-191-35/+3
* Rename context to IDestructorCallbackSPHenning Baldersheim2020-07-081-2/+2
* Async handling of gid/lid changes.Henning Baldersheim2020-07-071-3/+3
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-081-1/+1
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-271-5/+5
* GC unused code.Henning Baldersheim2019-12-161-1/+0
* Use std::chrono.Henning Baldersheim2019-12-091-1/+1
* Wrap soft and hard doom in an CombinedDoom.Henning Baldersheim2019-12-031-12/+13
* Use summary executor for compactLidSpace() on docstore.Tor Egge2019-10-081-1/+1
* Reduce timing sensitivity of feedview unit test.Tor Egge2019-10-071-4/+4
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-21/+19
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-1/+3
* Optimize updates to tensor attributes by only updating them in-memory and no ...Geir Storli2019-03-081-23/+20
* Compact lid space on source selector.Tor Egge2019-01-081-2/+14
* Revert "Compact lid space on source selector."Arnstein Ressem2019-01-071-14/+2
* Compact lid space on source selector.Tor Egge2019-01-041-2/+14
* Revert "Compact lid space on source selector."Henning Baldersheim2019-01-031-14/+2
* Compact lid space on source selector.Tor Egge2019-01-031-2/+14
* Fix mixup of summary thread observer and index thread observer.Tor Egge2018-11-011-1/+1
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-0/+1
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-2/+2
* Reduce code visibilityHenning Baldersheim2018-06-121-1/+1
* Simplify method names based on review feedback:Tor Egge2018-06-061-1/+1
* Adjust naming: compoundAttribute -> structFieldAttribute.Tor Egge2018-06-061-1/+1
* Use existing way of annotating fastaccess attributes.Henning Baldersheim2018-05-311-9/+8
* Use existing way of annotating fastaccess only attributes.Henning Baldersheim2018-05-311-13/+16
* Compute updatescope inline when applying updates to attributes.Henning Baldersheim2018-05-311-22/+23
* Propagate updated document (after applying partial update) to compoundTor Egge2018-05-301-0/+1
* Extend attrbute writer with update method used for propagating updates toTor Egge2018-05-301-0/+7
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Update tests with expected trace order. Also remove unused imports and follow...Henning Baldersheim2017-10-161-33/+24
* Use shared ptr and Idesructorcallback to make it more flexible.Henning Baldersheim2017-10-151-3/+3