aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* perform feature renaming in streaming alsoArne H Juul2022-06-221-2/+4
|
* Revert "Revert "Collapse vsm into streamingvisitors""Henning Baldersheim2022-05-1523-4/+2131
|
* Revert "Collapse vsm into streamingvisitors"Henning Baldersheim2022-05-1523-2131/+4
|
* Collapse vsm into streamingvisitorsHenning Baldersheim2022-05-1423-4/+2131
|
* Make ConfigUri constructors explicit and use same context where possible in ↵Henning Baldersheim2022-02-201-3/+4
| | | | proton.
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-071-5/+6
|
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-071-6/+5
|
* - Flags -> Enum.Henning Baldersheim2022-01-061-3/+3
| | | | - Consistently use DocEntryList as type for std::vector<spi::DocEntry::UP>
* 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, ↵Henning Baldersheim2022-01-061-0/+2
| | | | | | instead of an mutant. Also add tests for the different variations a DocEntry can have.
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|
* 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
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-201-5/+5
|
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-191-5/+5
|
* Build the FieldSetRepo up front with all configured fieldsets to avoid ↵Henning Baldersheim2020-08-141-5/+5
| | | | building them for every get() call."
* GC unused code.Henning Baldersheim2020-08-131-5/+5
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Prepare to support matched-elements-only for arrays and weighted sets of ↵Geir Storli2020-05-201-23/+22
| | | | | | | primitive types. This renames StructFieldMapper to MatchingElementsFields with added support for basic fields. Also some terminology is aligned.
* Rename hitcollector.cpp -> hitcollector_test.cpp.Geir Storli2019-11-282-1/+1
|
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-284-13/+14
|
* 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-282-5/+7
|
* Move query classes used in streaming search to separate sub-folder and ↵Geir Storli2019-11-281-2/+2
| | | | sub-library.
* 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-182-0/+432
|
* 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-091-2/+1
|
* populate feature sets with serialized tensorsHåvard Pettersen2019-06-131-16/+52
|
* Remove files used by old unit test runner.Tor Egge2019-02-194-4/+0
|
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+4
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* C++11 for loopsHenning Baldersheim2018-06-061-3/+2
|
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+6
|
* Copyright headerJon Bratseth2017-06-136-6/+6
|
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-1/+7
| | | | includes
* add override in streamingvisitors moduleArne H Juul2017-04-123-3/+3
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-5/+5
|
* Remove StorageDocument::LPHenning Baldersheim2017-03-211-2/+4
|