aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/bmcluster/bm_feed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+1
* Remove copy constructors.Henning Baldersheim2022-03-281-1/+1
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-1/+1
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-1/+1
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-4/+1
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-1/+1
* Refactor BmFeeder to reduce code duplication.Tor Egge2021-09-161-2/+22
* Move portions of BMParams to BmFeedParams.Tor Egge2021-09-151-73/+22
* Update copyright notices.Tor Egge2021-09-101-1/+1
* Start moving portions of vespa-feed-bm app to searchcore_bmcluster library.Tor Egge2021-09-101-0/+195