aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/searchenvironment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename to reflect that is is a configid, not a search cluster.Henning Baldersheim2024-03-051-11/+11
* Rename generation to config_generation in SearchEnvironmentSnapshot.Tor Egge2024-02-061-1/+1
* Track oldest config generation used for streaming search.Tor Egge2024-02-051-1/+24
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use WordFolder as helper instead of inheriting static stuff.Henning Baldersheim2023-07-251-1/+3
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-061-2/+2
* Setup ranking assets repo for streaming search.Tor Egge2023-05-101-2/+44
* Setup search visitor without proton process.Tor Egge2023-05-101-2/+2
* Pass transport and file distributor connection spec to SearchEnvironmentTor Egge2023-05-101-8/+12
* Add SearchEnvironmentSnapshot for streaming search.Tor Egge2023-05-051-1/+19
* Use pointer to const wordfolder in juniper.Tor Egge2023-05-031-1/+1
* Remove unused highlightindexes member variable.Tor Egge2023-05-031-6/+6
* Rewrite searchvisitor test to GTest.Geir Storli2023-04-271-1/+9
* GC unused StringEnum, and avoid including config in header files.Henning Baldersheim2022-09-071-1/+2
* Stop using summarymap config in backend.Tor Egge2022-09-061-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use std::make_unique/make_shared.Henning Baldersheim2021-09-201-2/+2
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-081-3/+3
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-281-1/+1
* NULL -> nullptrHenning Baldersheim2018-02-041-1/+1
* Exception to construction should not create an empty entry in the map.Henning Baldersheim2017-12-131-7/+8
* 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
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-1/+1
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-4/+3
* PublishJon Bratseth2016-06-151-0/+90