summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/searchvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standard plural of leaf is leaves.Tor Egge2023-11-301-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use WordFolder as helper instead of inheriting static stuff.Henning Baldersheim2023-07-251-0/+1
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-14/+10
* Add flag for controling nested multivalue grouping.Henning Baldersheim2023-06-281-1/+1
* Setup distance metrics for streaming search.Tor Egge2023-06-051-2/+3
* Add attribute access recorder for streaming search mode. Use it toTor Egge2023-05-121-12/+9
* Setup search visitor without proton process.Tor Egge2023-05-101-1/+1
* Pass transport and file distributor connection spec to SearchEnvironmentTor Egge2023-05-101-3/+4
* Share SearchEnvironment between visitor threads.Tor Egge2023-05-081-2/+5
* Change return type for VisitorFactory::makeVisitorEnvironment member functionTor Egge2023-05-051-2/+2
* Add SearchEnvironmentSnapshot for streaming search.Tor Egge2023-05-051-15/+26
* Factor out extraction of search cluster parameter.Tor Egge2023-05-031-6/+20
* Test basic query execution in search visitor.Geir Storli2023-04-271-1/+8
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-2/+2
* Provide FieldPathMap and IQueryEnvironment when preparing streaming searchers.Geir Storli2023-04-201-4/+18
* Wire in TensorExtAttribute.Tor Egge2023-04-031-0/+26
* Wire in SingleRawExtAttribute.Tor Egge2023-03-221-0/+6
* GC unused files and code.Henning Baldersheim2022-09-211-1/+1
* Standardize on using lowercase first letter in function names.Geir Storli2022-09-211-2/+2
* Cleanup IDocsumStore and IDocsumWriter interfaces.Geir Storli2022-09-211-1/+1
* Optimize resolving and usage of summary result class.Geir Storli2022-09-211-4/+6
* Adjust api for DocsumWriter and DocsumFieldWriter:Tor Egge2022-09-151-1/+1
* Revert "Revert "Use commands from summary config to setup document field rewr...Tor Egge2022-09-051-1/+1
* Revert "Use commands from summary config to setup document field rewriters."Tor Egge2022-09-021-1/+1
* Merge pull request #23908 from vespa-engine/balder/wire-in-summary-fields-for...Henning Baldersheim2022-09-021-2/+13
|\
| * Wire in list of summary fields in streaming too.Henning Baldersheim2022-09-021-2/+13
* | Use commands from summary config to setup document field rewriters.Tor Egge2022-09-021-1/+1
|/
* Allocate a docsums state for each summary class in streaming search.Tor Egge2022-09-011-25/+51
* Fail if docsum field writer using attribute vector is configured forTor Egge2022-08-311-19/+3
* Use vespalib::SmartBuffer instead of ancient RawBuf.Henning Baldersheim2022-08-301-14/+23
* Just create a new value every time we deserialize, then there is no need to t...Henning Baldersheim2022-08-121-1/+0
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-5/+4
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Implement className on document::FieldValueHenning Baldersheim2022-03-171-8/+7
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-10/+11
* Remove clone from DataType.Henning Baldersheim2022-03-041-1/+1
* Remove identifiable from document::DataTypeHenning Baldersheim2022-03-041-6/+7
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-071-1/+2
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-071-2/+1
* Simplify DocEntry to get a clean interface with multiple implementations, ins...Henning Baldersheim2022-01-061-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use std::make_unique/make_shared.Henning Baldersheim2021-09-201-8/+8
* Add missing move operators that avoid alot of copying when dealing with vecto...Henning Baldersheim2021-03-291-6/+1
* use size literals in streamingArne Juul2021-02-151-1/+2
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-201-1/+1
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-191-1/+1
* Build the FieldSetRepo up front with all configured fieldsets to avoid buildi...Henning Baldersheim2020-08-141-1/+1
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-221-1/+1
* Fix syntax errors.Henning Baldersheim2020-03-091-3/+3