aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-271-2/+1
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-1/+2
* Do not require or provide Syncable.Henning Baldersheim2019-08-251-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Use the shared executor from the threading service, and remove the loose wire.Henning Baldersheim2019-05-141-54/+47
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-3/+3
* Remove AttributeMetricsCollection and DocumentDBMetricsCollection as they are...Geir Storli2019-01-211-7/+4
* Remove all legacy proton metrics (that were deprecated on Vespa 6).Geir Storli2019-01-211-6/+4
* - Decouple index config from ProtonConfig.Henning Baldersheim2018-12-031-7/+5
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-0/+1
* Copy matching metrics from LegacyDocumentDBMetrics to DocumentDBTaggedMetrics...Geir Storli2018-05-041-4/+4
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-1/+1
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-1/+1
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-1/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+3
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-131-27/+12
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-0/+3
* Resolve the LogDocumentStoreConfig in DocumentDBConfigManager.Henning Baldersheim2017-10-061-8/+3
* There is a less intrusive way ...Henning Baldersheim2017-10-051-1/+1
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-13/+10
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-1/+1
* Fix indent.Geir Storli2017-09-121-275/+275
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-0/+1
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-061-1/+3
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-031-4/+6
* 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
* Add shrink lid space flush target for document store.Geir Storli2017-05-291-2/+4
* We do not need the IIndexManagerFactory in searchcore anymore.Henning Baldersheim2017-05-241-6/+0
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-181-7/+9
|\
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-7/+9
* | Add document meta store shrink flushtarget.Tor Egge2017-05-161-10/+12
* | Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-161-12/+14
* | Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-151-14/+12
* | Adjust attribute manager flush target names, e.g. for attribute a1:Tor Egge2017-05-121-4/+4
* | Use separate flush targets in attribute mangager to shrink attribute vectors.Tor Egge2017-05-111-10/+12
|/
* Consolidate naming of variables in struct DocumentDBConfig::ComparisonResult.Geir Storli2017-04-211-2/+2
* add override in searchcore moduleArne H Juul2017-04-121-3/+3
* Use more forward declarations.Tor Egge2017-04-051-1/+2
* Remove union based fusion schema. It was used to keep data for removedTor Egge2017-03-171-2/+0
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-48/+42
* Use std::mutex instead of vespalib::Lock for proton config locks.Tor Egge2017-03-031-3/+3
* Make ComponentGuard::get() return a pointer, not a referenceTor Brede Vekterli2017-02-271-10/+10
* Update document db reference resolver to register listeners for gid to lidTor Egge2017-02-241-1/+2
* Extend document db referent interface with method to get gid to lid changeTor Egge2017-02-241-0/+3
* Use document db reference solver when creating new attribute manager in searc...Geir Storli2017-02-241-1/+0