aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchcontextelementiterator
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Move the terfieldmatchdaatarray where it makes sense.Henning Baldersheim2022-08-281-1/+1
|
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-1/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|
* Test merge with, all, none, and someHenning Baldersheim2020-05-181-3/+3
|
* - Handle more than 64k hits in the element vector.Henning Baldersheim2020-05-182-0/+137
- Avoid computing all vectors in full separately and instead do an incremental inline merge with. - Also avoid requiring the searchiterator aspect on the wrappers.