summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/configurer/configurer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-29/+26
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-18/+22
* FeedView has not used SearchView since we had support for the removeTor Egge2020-10-301-10/+2
* Trim down LidReuseDelayer.Tor Egge2020-10-301-5/+2
* handle onnx models configHåvard Pettersen2020-09-011-0/+2
* Ensure that we call commit and wait before changing feedview.Henning Baldersheim2020-08-211-1/+1
* - Let LidReuseDelayer be owned by FeedView and configured only at constructio...Henning Baldersheim2020-08-211-8/+3
* Avoid time based commit handling inside storeonly feed view.Henning Baldersheim2020-08-191-21/+16
* Expose the shared executor via attribute manager interface.Geir Storli2020-06-251-2/+2
* Add control for kind_of_watermark and reaction time.Henning Baldersheim2020-04-061-1/+1
* Only expose shared_ptrHenning Baldersheim2020-02-211-2/+2
* GC unused code.Henning Baldersheim2019-12-161-1/+0
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-1/+1
* Use std::chrono.Henning Baldersheim2019-12-091-2/+2
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-271-6/+5
* readjust to a world without ErrorValueHåvard Pettersen2019-06-191-2/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-2/+6
* - Decouple index config from ProtonConfig.Henning Baldersheim2018-12-031-9/+10
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-4/+4
* Use alternate maxflushed parameter (max number of flushed memory indexesTor Egge2017-12-071-0/+36
* Remove the PerDocTypeFeedMetricsHenning Baldersheim2017-10-121-76/+35
* Resolve the LogDocumentStoreConfig in DocumentDBConfigManager.Henning Baldersheim2017-10-061-1/+1
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-0/+1
* Move read access part of IDocumentMetaStoreContext to searchlib.Geir Storli2017-09-111-2/+2
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-061-2/+10
* Add dummy gid to lid change handler.Tor Egge2017-09-061-3/+9
* Revert "Use gid to lid change handler interface directly"Tor Egge2017-09-061-9/+3
* Add dummy gid to lid change handler.Tor Egge2017-09-051-3/+9
* Remove unused includes.Henning Baldersheim2017-08-251-1/+0
* Reduce visibility.Henning Baldersheim2017-08-251-0/+1
* Revert "Balder/move instead of copy"Henning Baldersheim2017-08-251-1/+1
* Remove unused includes.Henning Baldersheim2017-08-221-1/+0
* Reduce visibility.Henning Baldersheim2017-08-221-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
* Check that attribute write changes if document type repo changes.Tor Egge2017-05-051-0/+29
* Wipe removed fields when setting up index manager.Tor Egge2017-04-261-1/+1
* Simplify use of ComparisonResult.Geir Storli2017-04-211-38/+25
* Only change MaintenanceController if config has changed during re-config.Geir Storli2017-04-211-0/+36
* Consolidate naming of variables in struct DocumentDBConfig::ComparisonResult.Geir Storli2017-04-211-3/+3
* add override in searchcore moduleArne H Juul2017-04-121-1/+1
* Remove union based fusion schema. It was used to keep data for removedTor Egge2017-03-171-1/+1
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-131-1/+4
* Add explicit destructor to searchcore proton documentdb configurer test.Tor Egge2017-03-091-0/+3
* Merge pull request #1973 from yahoo/balder/deinline-destructors-2Henning Baldersheim2017-03-091-47/+76
|\