aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/multibitvectoriterator
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-093-3/+3
|
* Prevent eternal loop if bit vectors are shorter than docid limitHenning Baldersheim2023-10-031-6/+5
|
* Add disabled test to prove eternal loop.Henning Baldersheim2023-10-031-4/+35
|
* Add test counting seeksHenning Baldersheim2023-10-031-0/+16
|
* Refactor testHenning Baldersheim2023-10-031-127/+90
|
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-212-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
|
* Some -std=c++20a fixes:Arne Juul2020-12-061-2/+2
| | | | | | | add noexcept de-inline destructor avoid comparison warning (and revert changes already made in another branch)
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-042-95/+95
| | | | | | * add helper class for constructing MultiSearch::Children (mostly for unit tests) * rewrite as needed to adapt
* Follow up on PR comments.Henning Baldersheim2020-05-151-3/+5
|
* Extend test for unpack of multibitvector to cover all aspects variants for OR.Henning Baldersheim2020-05-151-0/+61
|
* Use well defined pseudorandom generator when depending on the generatedTor Egge2020-02-131-3/+14
| | | | sequence.
* Remove files used by old unit test runner.Tor Egge2019-02-192-3/+0
|
* Expect correct strictness too.Henning Baldersheim2019-01-091-0/+1
|
* Ensure that we actually test what we want.Henning Baldersheim2019-01-091-1/+3
|
* Test both 'and' and 'or'Henning Baldersheim2019-01-081-10/+18
|
* Avoid double book keeping of strictness.Henning Baldersheim2019-01-081-7/+8
|
* Add iterator conformance test for multibitvector iteratorHenning Baldersheim2019-01-082-2/+51
|
* Also test inverted bitvector iterators.Henning Baldersheim2018-12-191-60/+68
|
* Pass invert as a parameterHenning Baldersheim2018-12-192-63/+58
|
* NULL -> nullptrHenning Baldersheim2018-12-191-40/+40
|
* Update copyright headersJon Bratseth2017-06-143-3/+3
|
* Revert "Update copyright headers"Jon Bratseth2017-06-143-3/+3
|
* Update copyright headersJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-133-3/+3
|
* Copyright headerJon Bratseth2017-06-133-3/+3
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Revert "Revert "Fix warnings hidden earlier due to including application ↵Henning Baldersheim2017-05-031-3/+4
| | | | headers as s…""
* Revert "Fix warnings hidden earlier due to including application headers as ↵Henning Baldersheim2017-05-031-4/+3
| | | | s…"
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-031-3/+4
| | | | includes
* add override in searchlib moduleArne H Juul2017-04-122-2/+2
|
* Remove resetRangeHenning Baldersheim2017-02-211-2/+0
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-156-0/+689