aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Extend applyConfig() function with a document db reference resolver.Geir Storli2017-02-231-3/+14
* - Break dependency on bootstrapconfig.hHenning Baldersheim2016-12-191-0/+1
* Expose detailed memory usage metrics for attributes using new naming scheme.Geir Storli2016-12-141-8/+11
* Rename AttributeMetrics -> LegacyAttributeMetrics.Geir Storli2016-12-131-4/+4
* Decouple so that not all config is pulled in everywhere.Henning Baldersheim2016-12-121-4/+1
* Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-041-3/+3
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-031-1/+5
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-5/+6
* use std::make_shared more oftenArne H Juul2016-08-311-2/+2
* subscribe to ranking constants configArne H Juul2016-08-311-0/+2
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-5/+4
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-151-4/+5
* Remove traces of SearchableDocumentRetrieverHenning Baldersheim2016-07-081-2/+1
* PublishJon Bratseth2016-06-151-0/+978