aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/searchview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Make the MatchContext value object movable.Henning Baldersheim2023-05-261-1/+1
* Reduce indirect include of attributemanager.hTor Egge2023-02-081-7/+8
* Wire SessionManager via IDocumentSubDBOwnerHenning Baldersheim2022-12-081-2/+1
* Standardize on using lowercase first letter in function names.Geir Storli2022-09-211-1/+1
* Remove IDocsumStore::getSummaryClassId() member function.Tor Egge2022-08-261-1/+1
* GC unused using directives.Henning Baldersheim2021-10-261-3/+0
* report more issuesHÃ¥vard Pettersen2021-10-141-1/+3
* just make empty DocsumReplyArne H Juul2021-10-131-25/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* GC unused members from SearchReplyHenning Baldersheim2021-06-281-1/+1
* Allow passing const SearchViewHenning Baldersheim2020-02-221-2/+1
* Only expose shared_ptrHenning Baldersheim2020-02-211-4/+7
* Use enable_shared_from_this to simplify interface and keep the details local.Henning Baldersheim2020-02-171-2/+3
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-271-3/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-2/+1
* - Add option to increment an attribute for every doc matched.Henning Baldersheim2018-08-271-3/+4
* Some style changesHenning Baldersheim2018-08-201-2/+2
* 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
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-2/+2
* Use forward declarations to avoid rebuilding the world when modifying the pac...Henning Baldersheim2016-11-171-7/+6
* Sample twice and take the minimum.Henning Baldersheim2016-11-151-1/+2
* Move to spam.Henning Baldersheim2016-11-141-1/+1
* Log at the correct place and with correct level.Henning Baldersheim2016-11-141-1/+2
* If a possibility for lidmovement, actually verify that it has not moved.Henning Baldersheim2016-11-141-1/+18
* Retry docsum fetching if there has been lidspace compaction and your request ...Henning Baldersheim2016-11-141-14/+32
* Refactor the summary fetching out so that it can be easily retried if documen...Henning Baldersheim2016-11-141-41/+32
* Keep the readguard until docsumfetching is complete to avoid identitychange o...Henning Baldersheim2016-10-311-5/+2
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-141-2/+1
* PublishJon Bratseth2016-06-151-0/+147