summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/grouping
Commit message (Collapse)AuthorAgeFilesLines
* Modernize grouping test.Henning Baldersheim2023-02-171-299/+143
|
* GC some compiler pragmas not needed.Henning Baldersheim2023-01-301-4/+4
|
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-7/+7
|
* Reduce visibility of document::DocumentHenning Baldersheim2022-03-071-0/+1
|
* Remove array bounds warning (searchlib, take 2)Tor Egge2022-02-261-1/+1
|
* use more accessorsArne H Juul2021-11-121-1/+1
| | | | | * use getDocId() instead of directly accessing _docId some places * use getRank() instead of directly accessing _rankValue some places
* Update 2017 copyright notices.gjoranv2021-10-075-5/+5
|
* Eliminate array bounds warning.Tor Egge2021-02-211-0/+5
|
* Drop all of TimeStamp too.Henning Baldersheim2019-12-161-1/+1
|
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-3/+3
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-4/+3
|
* Update with expected gid.Henning Baldersheim2019-08-161-1/+1
|
* Update expected answer.Henning Baldersheim2019-04-041-4/+3
|
* 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
|
* Remove ymum from groupingJon Bratseth2019-01-211-1/+0
|
* use getUndefined from searchcommon undefinedvaluesArne Juul2019-01-211-2/+2
|
* Test simple grouping with attribute map lookup.Tor Egge2018-09-132-0/+58
|
* 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-145-5/+5
|
* Revert "Update copyright headers"Jon Bratseth2017-06-145-5/+5
|
* Update copyright headersJon Bratseth2017-06-145-5/+5
|
* Revert "Copyright header"Jon Bratseth2017-06-135-5/+5
|
* Copyright headerJon Bratseth2017-06-135-5/+5
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
|
* Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-081-0/+4
|
* Revert "Add aggregator for calculating the population standard deviation"Henning Baldersheim2017-05-051-4/+0
|
* Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-051-0/+4
|
* add override in searchlib moduleArne H Juul2017-04-121-3/+3
|
* Move th tricky part to a value object to avoid challenges with move of ↵Henning Baldersheim2017-03-291-4/+5
| | | | polymorph objects.
* Move the GroupingLevelHenning Baldersheim2017-03-271-83/+68
|
* Use cloneableptr for expressiontree. It aint't copied anyway.Henning Baldersheim2017-03-271-25/+33
|
* Creat UP directly.Henning Baldersheim2017-03-271-20/+52
|
* Create UP directly.Henning Baldersheim2017-03-271-26/+27
|
* Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-272-367/+349
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-1/+5
|
* Optimize includes.Henning Baldersheim2017-01-311-14/+1
|
* Split out the judymultimap template to separate file and instanciate explicit.Henning Baldersheim2016-11-181-0/+1
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-2/+2
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-151-1/+2
| | | | | | | | | | | | * First script runs out of source. * Call scripts from source directory. * One more test passing. * Searchcore tests pass out of source. * Searchlib tests run out of source:
* 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
* Ensure that fastos.h is included firstHenning Baldersheim2016-06-161-2/+2
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-4/+4
|
* PublishJon Bratseth2016-06-158-0/+2539