aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/documentretriever.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+1
* GC redundant convenience wasy of assigning primitive field values.Henning Baldersheim2022-03-071-3/+4
* add special '[document]' fieldsetArne H Juul2022-01-181-0/+9
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* If document is not found there is nothing to strip.Henning Baldersheim2020-09-021-1/+1
* Set repo to avoid a very inefficient get path.Henning Baldersheim2020-08-171-0/+1
* Make sure the entries in the set are unique.Henning Baldersheim2020-08-141-25/+27
* Use a vector backed set for speed.Henning Baldersheim2020-08-131-6/+6
* Handle all cases androp default: label, also add test for NONE and DOCID setsHenning Baldersheim2020-08-131-12/+12
* Revert "Revert "Revert "Revert "- Change APi for fetching documents to suppor...Henning Baldersheim2020-08-131-10/+116
* Revert "Revert "Revert "- Change APi for fetching documents to support optima...Henning Baldersheim2020-08-131-116/+10
* Control your negations... And test that you do.Henning Baldersheim2020-08-121-1/+1
* Revert "Revert "- Change APi for fetching documents to support optimal docume...Henning Baldersheim2020-08-121-10/+116
* Revert "- Change APi for fetching documents to support optimal document retri...Henning Baldersheim2020-08-121-116/+10
* Follow up of PR comment with renaming and refactoring.Henning Baldersheim2020-08-121-47/+39
* - Change APi for fetching documents to support optimal document retrival when...Henning Baldersheim2020-08-071-8/+122
* Improve code health of test code.Henning Baldersheim2020-08-071-2/+3
* When allowing weakly consistent get you might try to access attributes that a...Henning Baldersheim2020-08-031-4/+10
* Patch retrieved array of position fields from zcurve array attributeTor Brede Vekterli2020-02-111-6/+42
* Ensure we don't resurrect stale position field values from the docstoreTor Brede Vekterli2019-11-071-0/+2
* Let Z-curve attribute be authoritative for position field existenceTor Brede Vekterli2019-11-071-2/+2
* Don't string wrap refs that are guaranteed to be zero-terminatedTor Brede Vekterli2018-07-261-1/+1
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-1/+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
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Reduce schema use in document retriever.Tor Egge2017-04-191-19/+15
* Stop using schema in document field retriever.Tor Egge2017-04-181-1/+1
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-11/+4
* Break the document include chain at the attribute vector.Henning Baldersheim2016-11-241-0/+1
* Both config and visitor must allow visit caching.Henning Baldersheim2016-08-261-0/+5
* PublishJon Bratseth2016-06-151-0/+152