aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/aggregation
Commit message (Collapse)AuthorAgeFilesLines
* Avoid reflection by providing explicit constructionHenning Baldersheim2023-10-115-5/+5
|
* - Use a Supplier<Identifable> to construct objects from id.Henning Baldersheim2023-10-1111-15/+12
| | | | | - Provide lambda for default constructing frequently used objects to avoid reflection.
* Update copyrightJon Bratseth2023-10-0927-27/+27
|
* Enforce backend limitations when building the query.Henning Baldersheim2023-02-171-1/+8
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* Cheaper way to get number of children.Henning Baldersheim2022-04-201-1/+6
|
* Merge pull request #22044 from vespa-engine/bratseth/flatten-totalhitsBjørn Christian Seime2022-04-193-60/+40
|\ | | | | Bratseth/flatten totalhits
| * Update searchlib/src/main/java/com/yahoo/searchlib/aggregation/Grouping.javaBjørn Christian Seime2022-04-191-1/+1
| |
| * No functional changesJon Bratseth2022-04-073-60/+40
| |
* | Special handle lists with 2 or less elements.Henning Baldersheim2022-04-121-0/+4
| |
* | Optimize fro the most common case where the lists are either empty or has ↵Henning Baldersheim2022-04-121-52/+112
|/ | | | | | 1-2 elements. Do not use the ArraryList until it is necessary.
* No functional changesJon Bratseth2022-03-026-138/+72
|
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+4
|
* Cleanup - no functional changesJon Bratseth2021-11-042-58/+37
|
* Update 2017 copyright notices.gjoranv2021-10-0727-27/+27
|
* Various cleanup when reading grouping code.Henning Baldersheim2021-06-161-21/+19
|
* Since resolving instances are error phrone we need to do it once.Henning Baldersheim2020-03-081-2/+3
|
* Nonfunctional changes onlyJon Bratseth2019-09-242-35/+19
|
* Handle NaN in hit aggregation sortingJon Bratseth2019-09-241-1/+1
|
* Handle Nan in group mergingJon Bratseth2019-09-241-7/+1
|
* Handle comparison of NaNsJon Bratseth2019-09-241-1/+1
|
* Nonfunctional changes onlyJon Bratseth2019-09-245-46/+38
|
* Generate html5 javadocgjoranv2019-01-211-3/+3
|
* Fix author tag for SimonBjørn Christian Seime2018-07-059-9/+9
|
* Nonfunctional changesJon Bratseth2018-04-062-1/+3
|
* Update copyright headersJon Bratseth2017-06-1427-27/+27
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1427-27/+27
|
* Update copyright headersJon Bratseth2017-06-1427-27/+27
|
* Revert "Copyright header"Jon Bratseth2017-06-1327-27/+27
|
* Copyright headerJon Bratseth2017-06-1327-27/+27
|
* Try to avoid ignoring users fill argumentJon Bratseth2017-05-182-3/+3
|
* Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-081-0/+90
|
* provide the right classloaderArne Juul2016-06-171-4/+3
| | | | | | | * Make sure we get the classloader that is actually loading searchlib to find the contained classes. * Also, no need to forceload the ForceLoad class itself several extra times.
* mailto:balder -> baldersheimHenning Baldersheim2016-06-178-8/+8
|
* PublishJon Bratseth2016-06-1526-0/+3526