aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/server/documentretriever_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Count more of the memory used by the document metastore.Henning Baldersheim2023-03-151-4/+4
* Handle raw attribute in document retriever.Tor Egge2023-03-141-0/+44
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-17/+18
* Fix race conditions in vespalib::Cache.Tor Egge2022-04-291-1/+1
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-8/+8
* GC redundant convenience wasy of assigning primitive field values.Henning Baldersheim2022-03-071-8/+8
* As a first step to reduce code complexity around FieldValue move test-only co...Henning Baldersheim2022-03-051-2/+5
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Only inc genrations on commit. Avoid doing for every insert/remove.Henning Baldersheim2021-11-081-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-2/+2
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-7/+6
* use factory.from_spec() instead of tensor::makeTensor<T>Arne Juul2020-11-271-3/+4
* remove superfluous includeArne Juul2020-11-271-2/+1
* Stop using PartitionId in searchcore module.Tor Egge2020-10-161-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-7/+10
* Remove partitions from SPI.Tor Egge2020-10-141-3/+2
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-2/+2
* Make sure the entries in the set are unique.Henning Baldersheim2020-08-141-4/+4
* Use a vector backed set for speed.Henning Baldersheim2020-08-131-9/+7
* GC unused code.Henning Baldersheim2020-08-131-3/+3
* Test that documents are empty.Henning Baldersheim2020-08-131-0/+2
* Handle all cases androp default: label, also add test for NONE and DOCID setsHenning Baldersheim2020-08-131-1/+10
* Revert "Revert "Revert "Revert "- Change APi for fetching documents to suppor...Henning Baldersheim2020-08-131-43/+82
* Revert "Revert "Revert "- Change APi for fetching documents to support optima...Henning Baldersheim2020-08-131-82/+43
* Insert into correct field setHenning Baldersheim2020-08-121-3/+3
* Control your negations... And test that you do.Henning Baldersheim2020-08-121-0/+43
* Revert "Revert "- Change APi for fetching documents to support optimal docume...Henning Baldersheim2020-08-121-43/+39
* Revert "- Change APi for fetching documents to support optimal document retri...Henning Baldersheim2020-08-121-39/+43
* - Change APi for fetching documents to support optimal document retrival when...Henning Baldersheim2020-08-071-43/+39
* Improve code health of test code.Henning Baldersheim2020-08-071-43/+34
* Patch retrieved array of position fields from zcurve array attributeTor Brede Vekterli2020-02-111-9/+41
* Let Z-curve attribute be authoritative for position field existenceTor Brede Vekterli2019-11-071-7/+20
* doc: -> id:Henning Baldersheim2019-08-161-6/+3
* Test that tensor field is populated from tensor attribute.Tor Egge2019-03-081-2/+47
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-281-0/+3
* Test that document retriever removes document field whenTor Egge2018-10-091-0/+38
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-201-3/+3
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-2/+4
* 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
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-4/+0