summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/hitcollector
Commit message (Collapse)AuthorAgeFilesLines
* Take owenship for the stuff you provide. Do not rely on the caller.Henning Baldersheim2024-02-131-5/+3
|
* Also test size of heap and number of hits kept.Henning Baldersheim2024-02-131-0/+6
|
* Test that all hits are kept.Henning Baldersheim2024-02-131-0/+17
|
* - Add all hits to the hit collector.Henning Baldersheim2024-02-131-14/+21
| | | | | - Maintain a heap on the side, and keep heap property when producing results and features. - Drop teh pointer to the document once it drops off the heap.
* Revert "Revert "- Use explicit given wanted hit count.""Henning Baldersheim2024-02-121-11/+11
|
* Revert "- Use explicit given wanted hit count."Henning Baldersheim2024-02-121-11/+11
|
* It is know up front that if we sort by rank or by sortblob. So instead of ↵Henning Baldersheim2024-02-111-11/+11
| | | | | | detecting by first hit, and hoping the rest are the same, set expectations ahead and assert all hits are correct.
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Populate match features in search result for streaming search.Tor Egge2023-04-271-0/+60
|
* Rewrite streamingvisitors hit collector unit test to use gtest.Tor Egge2023-04-262-49/+27
|
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-1/+1
| | | | extending vdslib::SearchResult.
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+2
|
* perform feature renaming in streaming alsoArne H Juul2022-06-221-2/+4
|
* Revert "Revert "Collapse vsm into streamingvisitors""Henning Baldersheim2022-05-151-1/+1
|
* Revert "Collapse vsm into streamingvisitors"Henning Baldersheim2022-05-151-1/+1
|
* Collapse vsm into streamingvisitorsHenning Baldersheim2022-05-141-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-072-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-151-4/+4
| | | | | | * use EngineOrFactory::get() instead of DefaultTensorEngine::ref() * avoid direct use of DenseTensorView etc where possible * use eval::Value instead of tensor::Tensor where possible
* Rename hitcollector.cpp -> hitcollector_test.cpp.Geir Storli2019-11-282-1/+1
|
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-281-3/+3
|
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* populate feature sets with serialized tensorsHåvard Pettersen2019-06-131-16/+52
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-021-0/+3
| | | | includes
* add override in streamingvisitors moduleArne H Juul2017-04-121-1/+1
|
* Remove StorageDocument::LPHenning Baldersheim2017-03-211-2/+4
|
* update with lazy APIHaavard2017-02-231-2/+2
|
* Clean up a very dangerous interface to prevent potential misuse.Henning Baldersheim2017-01-201-3/+1
|
* Do not include fastos.hHenning Baldersheim2016-12-191-4/+0
|
* remove features from match dataHaavard2016-12-141-4/+2
|
* Remove docId from match data.Tor Egge2016-12-131-5/+2
|
* Reduce dependency on match data slightly by setting up featuresTor Egge2016-12-091-6/+11
| | | | outside match data.
* Use feature resolver instead of resolving directly on match data.Tor Egge2016-12-081-8/+10
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+328