aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/persistenceengine/document_iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-2/+2
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-071-9/+12
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-071-12/+9
* - Flags -> Enum.Henning Baldersheim2022-01-061-3/+3
* Use enum class for the flags.Henning Baldersheim2022-01-061-4/+4
* Simplify by avoid both DocumentSize and PersistedDocumentSize. That is the same.Henning Baldersheim2022-01-061-2/+2
* Simplify DocEntry to get a clean interface with multiple implementations, ins...Henning Baldersheim2022-01-061-8/+11
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-201-3/+3
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-191-3/+3
* Some cleanup and refactoring.Henning Baldersheim2020-08-191-2/+2
* Change api so that we can drop clone from the interface and prepare for using...Henning Baldersheim2020-08-141-3/+3
* - Use modern enum class.Henning Baldersheim2020-08-071-3/+3
* GC unused includes and code.Henning Baldersheim2020-02-161-7/+2
* Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-201-1/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-2/+2
* Rename Match -> Matcher and use more explicit variable names.Geir Storli2018-05-111-23/+23
* Make member variables in CachedSelect private.Geir Storli2018-05-111-3/+3
* Refactor CachedSelect by adding Session class with functions to check whether...Geir Storli2018-05-111-8/+5
* Include what you need.Henning Baldersheim2017-08-181-0/+1
* Only ignore size computations for weakly consistent reads.Henning Baldersheim2017-08-141-3/+3
* 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
* Hide the implementation details.Henning Baldersheim2017-06-061-0/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-0/+2
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-4/+3
* Decouple includes.Henning Baldersheim2016-12-161-3/+2
* Code wired all the way through ..... perhaps.....Henning Baldersheim2016-08-261-1/+1
* Both config and visitor must allow visit caching.Henning Baldersheim2016-08-261-1/+10
* Fix typoHenning Baldersheim2016-06-281-1/+1
* Do not auto rewind on multiple iterate calls ignoring the done response.Henning Baldersheim2016-06-281-1/+3
* Holding the lidlimit is mandatory.Henning Baldersheim2016-06-241-3/+3
* Keep the limiting inside the matcher that does most of the other stuff too. I...Henning Baldersheim2016-06-231-4/+8
* Expose a safe docidLimit to use when visitingHenning Baldersheim2016-06-231-1/+2
* We need to hold a read guard on the documentmetastore to avoid lids being reu...Henning Baldersheim2016-06-221-0/+1
* PublishJon Bratseth2016-06-151-0/+268