aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rankmanager must also handle fieldsets recursively.Henning Baldersheim2018-02-044-64/+80
* Utilize using clause.Henning Baldersheim2017-12-131-18/+20
* Remove redundant cast.Henning Baldersheim2017-12-131-12/+9
* Exception to construction should not create an empty entry in the map.Henning Baldersheim2017-12-131-7/+8
* enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-202-8/+10
* Revert "Havardpe/reuse termwise vector in second phase"Henning Baldersheim2017-09-192-10/+8
* MatchData now separate from RankProgramHåvard Pettersen2017-09-192-8/+10
* Include what you need.Henning Baldersheim2017-08-181-0/+1
* Avoid including more than you need.Henning Baldersheim2017-07-311-0/+2
* Follow api change.Henning Baldersheim2017-07-311-3/+3
* Update copyright headersJon Bratseth2017-06-1419-19/+19
* Revert "Update copyright headers"Jon Bratseth2017-06-1419-19/+19
* Update copyright headersJon Bratseth2017-06-1419-19/+19
* Revert "Copyright header"Jon Bratseth2017-06-1319-19/+19
* Copyright headerJon Bratseth2017-06-1319-19/+19
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-0/+1
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-072-8/+7
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* Include stringfmt where it was needed.Henning Baldersheim2017-06-062-2/+3
* Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-241-2/+2
* add override in streamingvisitors moduleArne H Juul2017-04-125-14/+14
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-041-1/+1
* Add field id to the onPrimitive interface.Henning Baldersheim2017-04-032-5/+5
* remove most usage of LinkedPtr from vespaHaavard2017-03-274-5/+5