summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/querynodes_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-251-1/+0
|
* use vector of UP as MultiSearch::ChildrenArne Juul2020-06-041-14/+17
| | | | | | * add helper class for constructing MultiSearch::Children (mostly for unit tests) * rewrite as needed to adapt
* - Handle more than 64k hits in the element vector.Henning Baldersheim2020-05-181-6/+6
| | | | | - Avoid computing all vectors in full separately and instead do an incremental inline merge with. - Also avoid requiring the searchiterator aspect on the wrappers.
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-1/+1
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-1/+1
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-1/+1
| | | | | | | fetchPostings. The estimated hitrate that each iterator will will enable smarter query evaluation. Especially will it be possible to figure out if static up front cost can be avoided.
* move LOG_SETUP after other includesArne Juul2018-06-201-2/+1
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-2/+2
| | | | | | | | | | * 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).
* test blending of SameElementHåvard Pettersen2018-06-051-11/+46
|
* Remove termlikeness and expect fully qualified names for children from the qrs.Henning Baldersheim2018-05-291-1/+1
|
* Add some simple SameElement testing.Henning Baldersheim2018-05-251-10/+11
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-041-1/+1
| | | | This is the same as done with DataType.
* Split the source selector out too.Henning Baldersheim2016-12-171-2/+3
|
* PublishJon Bratseth2016-06-151-0/+486