aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb_configurer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused parameter in prepare_reconfig member functions.Tor Egge2023-02-091-4/+0
* Reduce indirect include of attributemanager.hTor Egge2023-02-081-2/+2
* Delay creation of AttributeCollectionSpec.Tor Egge2023-02-081-5/+9
* Prepare new attribute manager in prepare_reconfig.Tor Egge2023-02-071-11/+16
* Call complete_prepare_reconfig() to adjust prepared reconfig whenTor Egge2023-02-071-2/+2
* Pass optional serial num to prepare reconfig.Tor Egge2023-02-071-1/+2
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-3/+5
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-5/+3
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-3/+5
* Add prepare_reconfig member function to FastAccessDocSubDBConfigurerTor Egge2023-02-021-1/+13
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-3/+4
* - Avoid using shared_ptr for simpe AllocConfig and ThreadingServiceConfig.Henning Baldersheim2022-05-231-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-18/+15
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-4/+8
* Trim down LidReuseDelayer.Tor Egge2020-10-301-5/+3
* - Let LidReuseDelayer be owned by FeedView and configured only at constructio...Henning Baldersheim2020-08-211-9/+10
* Transfer shared_ptr by value.Henning Baldersheim2020-08-201-2/+2
* Avoid time based commit handling inside storeonly feed view.Henning Baldersheim2020-08-191-2/+1
* Some cleanup and refactoring.Henning Baldersheim2020-08-191-8/+4
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Add dummy gid to lid change handler.Tor Egge2017-09-061-0/+1
* Revert "Use gid to lid change handler interface directly"Tor Egge2017-09-061-1/+0
* Add dummy gid to lid change handler.Tor Egge2017-09-051-0/+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
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-4/+0
* Make searchcore compile without optimizations (-Og).Geir Storli2017-05-041-0/+4
* Use index schema inspector in attribute reprocessing initializer.Tor Egge2017-04-071-1/+3
* Change document type inspector to look at two document types at a time.Tor Egge2017-03-311-6/+5
* Flush populated attributes to disk as part of reprocessing.Tor Egge2017-03-231-1/+1
* Rename (I)AttributeAdapterFactory -> (I)AttributeWriterFactory.Geir Storli2017-02-231-3/+3
* PublishJon Bratseth2016-06-151-0/+70