aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/searchabledocsubdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the now void clock indirection.Henning Baldersheim2023-12-151-1/+1
* Also tune or turn off background jobs when content node is in maintenance.Geir Storli2023-11-071-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add explorer for the attribute writer.Geir Storli2023-09-011-0/+6
* Remove unused parameter in prepare_reconfig member functions.Tor Egge2023-02-091-2/+2
* Adjust member function name according to review feedback.Tor Egge2023-02-081-1/+1
* Delay creation of AttributeCollectionSpec.Tor Egge2023-02-081-2/+6
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-071-6/+6
* Call complete_prepare_reconfig() to adjust prepared reconfig whenTor Egge2023-02-071-1/+1
* Pass optional serial num to prepare reconfig.Tor Egge2023-02-071-2/+2
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-2/+2
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-2/+2
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-2/+2
* Drop ranking assets repo from SearchableDocSubDB.Tor Egge2023-02-031-7/+2
* Add prepare_reconfig member function to FastAccessDocSubDBConfigurerTor Egge2023-02-021-7/+3
* Add proton::DocumentDB::prepare_reconfigTor Egge2023-02-021-1/+12
* Propagate schema to summary manager.Tor Egge2023-01-251-1/+2
* Wire SessionManager via IDocumentSubDBOwnerHenning Baldersheim2022-12-081-4/+2
* Report transient resource usage for all attributes and document meta store.Geir Storli2022-12-061-0/+11
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-5/+6
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-6/+5
* Rename variables to reflect the extendend purpose.Henning Baldersheim2022-09-071-3/+3
* Merge branch 'master' into balder/unify-access-to-ranking-assetsHenning Baldersheim2022-09-071-1/+0
|\
| * Stop using summarymap config in backend.Tor Egge2022-09-061-1/+0
* | Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-3/+4
|/
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-2/+2
* Get callback when setBucketStateCalculator has completed.Henning Baldersheim2021-11-221-2/+2
* Consolidate code to do force-commit-and-wait.Henning Baldersheim2021-11-211-5/+1
* Merge pull request #20130 from vespa-engine/balder/replace-sync_all_executors...Henning Baldersheim2021-11-201-1/+5
|\
| * Replace sync_all_executors with forceCommit.Henning Baldersheim2021-11-201-1/+5
* | GC unused numsearcher config.Henning Baldersheim2021-11-201-1/+1
|/
* Do not inherit Syncable. sync -> sync_all_executors to make its call sites mo...Henning Baldersheim2021-11-161-1/+1
* When node is retired we can relax compaction strategy as we have peakedHenning Baldersheim2021-11-121-5/+3
* GC unused using directives.Henning Baldersheim2021-10-261-4/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* external ranking expressionsHåvard Pettersen2021-05-201-1/+2
* Revert "external ranking expressions"Harald Musum2021-05-201-2/+1
* external ranking expressionsHåvard Pettersen2021-05-181-1/+2
* Improve handling of changed alloc config.Tor Egge2021-02-021-2/+4
* gc last usages of closuresHenning Baldersheim2021-01-261-3/+3
* Remove the syncFeedView upcall as it has no purpose other than forcing it mor...Henning Baldersheim2021-01-261-1/+0
* Closure -> lambdaHenning Baldersheim2021-01-251-1/+0
* No need to sync the feedviews when we reconfigure searchable.Henning Baldersheim2021-01-251-2/+2
* only factory in interpreted functionHåvard Pettersen2020-12-031-2/+3
* FeedView has not used SearchView since we had support for the removeTor Egge2020-10-301-4/+2
* GC unused TwoPhaseLidTrackerHenning Baldersheim2020-10-301-1/+0
* Remove the ICommitable interface as it is now void.Henning Baldersheim2020-10-301-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-1/+2
* handle onnx models configHåvard Pettersen2020-09-011-1/+1
* Avoid commitAndWait. It is a blocking call that might deadlock.Henning Baldersheim2020-09-011-2/+0