aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors
Commit message (Expand)AuthorAgeFilesLines
* use size literals in streamingArne Juul2021-02-151-1/+2
* engine.encode -> encode_valueArne Juul2020-12-021-2/+2
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-7/+8
* cleanup unused includeArne Juul2020-11-271-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-152-8/+7
* 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-202-6/+6
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-192-6/+6
* Merge pull request #14051 from vespa-engine/balder/use-an-actual-fieldset-repoHenning Baldersheim2020-08-182-6/+6
|\
| * Build the FieldSetRepo up front with all configured fieldsets to avoid buildi...Henning Baldersheim2020-08-142-6/+6
* | wire in using new JSON-lite location formatArne Juul2020-08-181-1/+1
|/
* GC unused code.Henning Baldersheim2020-08-131-5/+5
* 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
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* 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-203-47/+46
* 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
* Rename hitcollector.cpp -> hitcollector_test.cpp.Geir Storli2019-11-282-1/+1
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-2824-56/+59
* Rename querywrapper.cpp -> querywrapper_test.cpp.Geir Storli2019-11-282-1/+1
* Rename searchvisitor.cpp -> searchvisitor_test.cpp.Geir Storli2019-11-282-1/+1
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-2811-51/+58
* Move query classes used in streaming search to separate sub-folder and sub-li...Geir Storli2019-11-285-7/+7
* Now fdispatch reliques can goHenning Baldersheim2019-11-161-1/+1
* Improve test name.Tor Egge2019-10-181-1/+1
* Improve test names. Note that maps are sorted on key.Tor Egge2019-10-181-14/+4
* Unit test matching elements filler for streaming search.Tor Egge2019-10-183-0/+433
* 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 v6 and v7 from java side.Henning Baldersheim2019-08-211-16/+0
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-092-4/+2