aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/searchvisitor/searchvisitor_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Setup search visitor without proton process.Tor Egge2023-05-101-4/+2
|
* Pass transport and file distributor connection spec to SearchEnvironmentTor Egge2023-05-101-2/+5
| | | | | in preparation for using RankingAssetsBuilder when handling config in streaming search.
* Add SearchEnvironmentSnapshot for streaming search.Tor Egge2023-05-051-2/+6
|
* Test match features returned in streaming search result.Geir Storli2023-04-281-5/+28
|
* Test basic query execution in search visitor.Geir Storli2023-04-271-47/+177
|
* Rewrite searchvisitor test to GTest.Geir Storli2023-04-271-35/+16
|
* 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 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* 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."
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-281-5/+6
|
* Rename searchvisitor.cpp -> searchvisitor_test.cpp.Geir Storli2019-11-281-0/+129