aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/searchable_feed_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "Revert "Revert "Use a hash_set<int32_t> to quickly check if a...Henning Baldersheim2022-08-161-1/+1
* Revert "Revert "Revert "Use a hash_set<int32_t> to quickly check if a field i...Henning Baldersheim2022-08-151-1/+1
* Revert "Revert "Use a hash_set<int32_t> to quickly check if a field is an ind...Henning Baldersheim2022-08-121-1/+1
* Remove noop std::move.Tor Egge2022-02-081-2/+2
* Add DoneCallback to removeDocuments.Henning Baldersheim2021-11-301-2/+2
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+5
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force sync_...Henning Baldersheim2021-11-301-2/+2
* Keep write context live until inverter thread has completed invert task.Tor Egge2021-11-101-1/+1
* Just use a simple gate instead of brute force sync to be more precise.Henning Baldersheim2021-10-301-2/+4
* GC unused sync() interface on IFeedViewHenning Baldersheim2021-10-301-18/+0
* Use vector of lids in IIndexWriter api.Henning Baldersheim2021-10-291-2/+2
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-281-2/+2
* Remove explicit syncing of all write executors when handling DeleteBucket ope...Geir Storli2021-10-151-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-5/+8
* Make it compatible with c++2aHenning Baldersheim2020-12-021-5/+5
* 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-3/+2
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-1/+2
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-32/+19
* Add wakeup call on the executors to allow to urgent wakeup of lazy exeutors o...Henning Baldersheim2020-10-031-0/+1
* Add and extra DoneCallback parameter to forceCommit and rename.Henning Baldersheim2020-09-211-2/+2
* - Let LidReuseDelayer be owned by FeedView and configured only at constructio...Henning Baldersheim2020-08-211-1/+0
* When allowing weakly consistent get you might try to access attributes that a...Henning Baldersheim2020-08-031-2/+3
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-7/+1
* Compact lid space on source selector.Tor Egge2019-01-081-0/+12
* Revert "Compact lid space on source selector."Arnstein Ressem2019-01-071-12/+0
* Compact lid space on source selector.Tor Egge2019-01-041-0/+12
* Revert "Compact lid space on source selector."Henning Baldersheim2019-01-031-12/+0
* Compact lid space on source selector.Tor Egge2019-01-031-0/+12
* Reduce code visibilityHenning Baldersheim2018-06-111-0/+1
* Compute updatescope inline when applying updates to attributes.Henning Baldersheim2018-05-311-23/+0
* Propagate updated document (after applying partial update) to compoundTor Egge2018-05-301-1/+1
* Balance vertical and horisontal bloatHenning Baldersheim2017-10-121-9/+4
* Remove the PerDocTypeFeedMetricsHenning Baldersheim2017-10-121-1/+0
* No more tracing code that will never be invoked. Nor will the trac enever mak...Henning Baldersheim2017-10-121-23/+4
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-1/+1
* Use gid to lid change handler interface directly.Tor Egge2017-09-061-19/+0
* Add dummy gid to lid change handler.Tor Egge2017-09-061-9/+6
* Revert "Use gid to lid change handler interface directly"Tor Egge2017-09-061-3/+25
* Use gid to lid change handler interface directly.Tor Egge2017-09-051-19/+0
* Add dummy gid to lid change handler.Tor Egge2017-09-051-9/+6
* Change API for IGidToLidChangeHandler:Tor Egge2017-08-301-2/+14
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-101-5/+6
* Move the wait ahead of creating any tasks.Henning Baldersheim2017-08-031-1/+1
* Remove some unused code and some style changes.Henning Baldersheim2017-08-031-83/+28
* Only forward the performIndexPut if the future doc actually is present.Henning Baldersheim2017-08-031-22/+10
* Use const & on the shared_future to reduce expesive copy.Henning Baldersheim2017-08-011-2/+2