aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Add missing move operators that avoid alot of copying when dealing with vecto...Henning Baldersheim2021-03-291-6/+1
* all scalars must be doubleHåvard Pettersen2021-03-041-1/+1
* use size literals in streamingArne Juul2021-02-151-1/+2
* engine.encode -> encode_valueArne Juul2020-12-021-2/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-151-4/+3
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-082-5/+5
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-3/+3
* Move QueryEnvironment::getAllLocations member function definition to cpp file.Tor Egge2020-10-032-7/+11
* handle onnx model config for inputs and outputsHåvard Pettersen2020-09-221-2/+2
* handle onnx models configHåvard Pettersen2020-09-011-0/+4
* 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
* Merge pull request #14051 from vespa-engine/balder/use-an-actual-fieldset-repoHenning Baldersheim2020-08-181-1/+1
|\
| * Build the FieldSetRepo up front with all configured fieldsets to avoid buildi...Henning Baldersheim2020-08-141-1/+1
* | wire in using new JSON-lite location formatArne Juul2020-08-181-1/+1
|/
* remove fef/location.h as wellArne Juul2020-07-161-1/+0
* remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-162-19/+17
* cleanup remains of removed APIArne Juul2020-07-151-2/+0
* finish rewrite to use GeoLocationArne Juul2020-07-151-6/+10
* split out geo location parser into its own distinct classArne Juul2020-07-151-13/+5
* refactor more, add optional field name parsingArne Juul2020-07-152-4/+6
* avoid getLocation for nowArne Juul2020-07-151-1/+1
* support multiple positions in queryArne Juul2020-07-151-0/+6
* Support matched-elements-only for array and wset fields in streaming search.Geir Storli2020-07-101-0/+3
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-223-3/+7
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-202-24/+24
* Fix syntax errors.Henning Baldersheim2020-03-091-3/+3
* Use std::make_shared and remove cast not needed.Henning Baldersheim2020-03-091-12/+9
* std::make_sharedHenning Baldersheim2020-03-051-25/+25
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-2820-43/+45
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-289-46/+51
* Move query classes used in streaming search to separate sub-folder and sub-li...Geir Storli2019-11-284-5/+5
* Enable map/array element filtering in document summary for streaming search.Tor Egge2019-10-154-1/+218
* Use the get() api correctly. The value is returned.Henning Baldersheim2019-10-011-2/+2
* Remove some more transport related stuff.Henning Baldersheim2019-09-301-11/+10
* GC some more unused code.Henning Baldersheim2019-09-301-1/+1
* GC some unused code related to fs4 protocol that has now gone missing.Henning Baldersheim2019-09-271-1/+2
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-2/+1
* Use proper scope for enum constants.Tor Egge2019-07-301-1/+1
* test tensor feature extraction for protonHåvard Pettersen2019-06-141-1/+1
* populate feature sets with serialized tensorsHåvard Pettersen2019-06-131-3/+18
* Extend query environment with method to get average field length.Tor Egge2019-06-111-0/+2
* Stop inlining some constructors and destructors.Tor Egge2019-03-192-0/+2
* Remove unused variables.Tor Egge2019-03-172-2/+0
* Fix format string in streamingvisitors module.Tor Egge2019-03-131-1/+1
* Pass stringref by valueHenning Baldersheim2018-08-101-12/+12
* C++11 for loopsHenning Baldersheim2018-06-061-22/+18
* Use the elementIdHenning Baldersheim2018-06-061-3/+3
* NULL -> nullptrHenning Baldersheim2018-02-048-29/+29