summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/grouping
Commit message (Collapse)AuthorAgeFilesLines
* Add low-level benchmark program for search iterators.Geir Storli2024-02-081-4/+4
| | | | | Currently, it can benchmark the following query operators over an attribute vector: Single term, In, WeightedSet, DotProduct, Or.
* Remove most of the now void clock indirection.Henning Baldersheim2023-12-151-12/+12
|
* Avoid timeout during grouping leaving distributionKey unset. Populate it ↵Henning Baldersheim2023-11-301-3/+3
| | | | right after completing grouping.
* Avoid dereferencing first item in an empty vector.Henning Baldersheim2023-11-201-1/+1
|
* - We are now always nesting multivalue grouping for indexed search.Henning Baldersheim2023-11-201-14/+15
|
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-292-1/+1
|
* Expose bitvector of valid lids and use this when grouping.Henning Baldersheim2023-07-041-18/+23
|
* Add flag for controling nested multivalue grouping.Henning Baldersheim2023-06-281-1/+1
|
* Modernize code while reading it.Henning Baldersheim2023-05-311-0/+1
|
* Use std::make_unique/make_shared instead of explicit new.Henning Baldersheim2023-05-161-24/+20
|
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
|
* Let the InvocationService drive the clock instead of having its own ticking ↵Henning Baldersheim2022-03-031-13/+14
| | | | | | | loop. Also use sleep_until to get intervals indendant of invoke cost as long as cost is within interval. This also also saves a clock sample and simplifies implementation.
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* c_str -> dataHenning Baldersheim2020-01-211-2/+2
|
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-9/+10
|
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-10/+9
|
* No need to use explicit namespace here.Henning Baldersheim2019-12-161-4/+4
|
* Use std::chrono.Henning Baldersheim2019-12-091-9/+10
|
* Specify UTC explicitHenning Baldersheim2019-11-181-7/+0
|
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-151-13/+20
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-272-49/+4
| | | | Also execution in a task for containment.
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
| | | | | | | | | | * 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).
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-021-3/+3
| | | | includes
* add override in searchcore moduleArne H Juul2017-04-121-3/+3
|
* Remove LP from ExpressionTree by using deep copy.Henning Baldersheim2017-03-301-1/+1
|
* Override and some copy constructor/operator cleanup.Henning Baldersheim2017-03-271-6/+10
|
* Not ready for LinkedPtr removal yet....Henning Baldersheim2017-03-271-5/+6
|
* Move the GroupingLevelHenning Baldersheim2017-03-271-126/+90
|
* Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-271-102/+69
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+619