summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
Commit message (Expand)AuthorAgeFilesLines
* Remove clone from DataType.Henning Baldersheim2022-03-041-1/+1
* Remove identifiable from document::DataTypeHenning Baldersheim2022-03-041-6/+7
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-201-3/+4
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-0/+1
* extract geo positions from query termsArne H Juul2022-01-284-0/+21
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-073-7/+9
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-073-9/+7
* - Flags -> Enum.Henning Baldersheim2022-01-061-3/+3
* Use enum class for the flags.Henning Baldersheim2022-01-061-2/+1
* Simplify by avoid both DocumentSize and PersistedDocumentSize. That is the same.Henning Baldersheim2022-01-061-1/+1
* Simplify DocEntry to get a clean interface with multiple implementations, ins...Henning Baldersheim2022-01-063-2/+5
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
* Update 2017 copyright notices.gjoranv2021-10-0727-27/+27
* Use std::make_unique/make_shared.Henning Baldersheim2021-09-202-10/+10
* external ranking expressionsHåvard Pettersen2021-05-201-0/+4
* Revert "external ranking expressions"Harald Musum2021-05-201-4/+0
* external ranking expressionsHåvard Pettersen2021-05-181-0/+4
* 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
* 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