summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/rankprocessor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-281-2/+2
|
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-281-9/+10
|
* test tensor feature extraction for protonHåvard Pettersen2019-06-141-1/+1
| | | | | also make sure we avoid auto-unboxing for both indexed and streaming search
* C++11 for loopsHenning Baldersheim2018-06-061-22/+18
|
* Use the elementIdHenning Baldersheim2018-06-061-3/+3
|
* NULL -> nullptrHenning Baldersheim2018-02-041-1/+1
|
* enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-201-7/+8
| | | | | detach match data from rank program and refactor match loop re-use bitvector in termwise search if range is the same
* Revert "Havardpe/reuse termwise vector in second phase"Henning Baldersheim2017-09-191-8/+7
|
* MatchData now separate from RankProgramHåvard Pettersen2017-09-191-7/+8
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* update with lazy APIHaavard2017-02-231-12/+10
|
* Do not include fastos.hHenning Baldersheim2016-12-191-5/+4
|
* Remove docId from match data.Tor Egge2016-12-131-5/+5
|
* Use feature resolver instead of resolving directly on match data.Tor Egge2016-12-081-5/+3
|
* Reduce dependency on match data and handles.Tor Egge2016-12-081-13/+9
| | | | Use feature resolver to get a pointer to rank score feature.
* use cmathArne Juul2016-06-271-1/+2
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* PublishJon Bratseth2016-06-151-0/+304