summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/reference/document_db_reference_resolver/document_db_reference_resolver_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Include config in cpp file.Henning Baldersheim2022-05-261-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-6/+7
* Move MonitoredRefCount and RetainGuard to vespalib.Tor Egge2021-10-181-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-1/+3
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* GC unused code.Henning Baldersheim2020-08-131-4/+4
* Ensure proper lifetime of the attribute executor.Henning Baldersheim2020-07-071-4/+3
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-1/+3
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-271-18/+17
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-5/+5
* Don't create imported attribute if target attribute is missing.Tor Egge2019-03-041-2/+17
* Enable import of imported attribute vector in backend.Tor Egge2018-04-201-1/+1
* Don't connect reference attribute to referenced document type while replayingTor Egge2018-01-081-3/+16
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-1/+1
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-061-5/+18
* 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
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-131-0/+4
* Rename *referent* -> *reference* to align with naming elsewhere (e.g. config-...Geir Storli2017-03-071-30/+30
* Change ImportedAttributesRepo to keep instances of ImportedAttributeVector.Geir Storli2017-02-281-4/+3
* Use ImportedAttributeVector from searchlib and remove tmp impl.Geir Storli2017-02-281-2/+3
* Make ComponentGuard::get() return a pointer, not a referenceTor Brede Vekterli2017-02-271-1/+1
* Tweak document db reference resolver test.Tor Egge2017-02-241-15/+57
* Update document db reference resolver to register listeners for gid to lidTor Egge2017-02-241-5/+69
* Create and return repo of imported attribute vectors in document db reference...Geir Storli2017-02-231-7/+75
* Add interface for DocumentDBReferenceResolver.Geir Storli2017-02-221-2/+2
* Add mock impl of IDocumentDBReferent interface.Geir Storli2017-02-221-5/+5
* Add class to resolve references between document dbs.Geir Storli2017-02-211-0/+130