summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/groupingengine
Commit message (Collapse)AuthorAgeFilesLines
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-212-10/+10
|
* use more accessorsArne H Juul2021-11-122-2/+2
| | | | | * use getDocId() instead of directly accessing _docId some places * use getRank() instead of directly accessing _rankValue some places
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
|
* Add explicit casts to char, to avoid warning when char is unsigned.Tor Egge2021-04-301-1/+1
|
* GC unused timestamp in schema.Henning Baldersheim2019-12-161-1/+1
|
* Use std::chrono.Henning Baldersheim2019-12-091-1/+1
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-4/+3
|
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-151-1/+1
|
* Use steady_clockHenning Baldersheim2019-11-151-2/+2
|
* Add conformance testing for 'sum' aggregator too.Henning Baldersheim2019-04-041-9/+17
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-5/+0
|
* Some return values are ignored in searchlib.Tor Egge2019-01-251-1/+3
|
* move LOG_SETUP after other includesArne Juul2018-06-202-6/+6
|
* use LOG_ABORT not just abort()Arne Juul2018-06-122-3/+6
| | | | | | | | | | * 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).
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+2
|
* 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
|
* add override in searchlib moduleArne H Juul2017-04-122-6/+6
|
* Remove unnecessary logging of sizeHenning Baldersheim2017-03-291-1/+0
|
* Move the GroupingLevelHenning Baldersheim2017-03-272-96/+70
|
* Creat UP directly.Henning Baldersheim2017-03-271-12/+46
|
* Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-272-325/+296
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-092-2/+12
|
* Split out the judymultimap template to separate file and instanciate explicit.Henning Baldersheim2016-11-181-0/+1
|
* one more std::sqrtArne Juul2016-06-271-1/+1
|
* use cmathArne Juul2016-06-271-12/+13
| | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions * use <cstdlib> for std::abs() with integral types
* PublishJon Bratseth2016-06-156-0/+2304