summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/grouping
Commit message (Expand)AuthorAgeFilesLines
* Carry over parameters when grouping from YQLJon Bratseth2022-07-142-16/+22
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-2/+2
* Update default grouping configuration for Vespa 8Bjørn Christian Seime2022-06-081-5/+4
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Fix typo in method nameBjørn Christian Seime2022-05-031-2/+2
* Don't require overriding max() if using predef as grouping expressionBjørn Christian Seime2022-05-031-0/+5
* Sorting is a modifying operation => grab the children afterwards.Henning Baldersheim2022-04-201-1/+1
* Cheaper way to get number of children.Henning Baldersheim2022-04-201-4/+5
* Merge pull request #22063 from vespa-engine/bratseth/serialization-testLester Solbakken2022-04-191-1/+1
|\
| * Add serialization testJon Bratseth2022-04-081-1/+1
* | Merge pull request #22044 from vespa-engine/bratseth/flatten-totalhitsBjørn Christian Seime2022-04-193-4/+16
|\ \
| * | Correct visibilityJon Bratseth2022-04-081-1/+1
| * | No functional changesJon Bratseth2022-04-072-1/+2
| * | Use unique group count as total-hits if availableJon Bratseth2022-04-071-3/+14
| |/
* | Merge pull request #22098 from vespa-engine/balder/optimize-for-the-leaf-groupsHenning Baldersheim2022-04-121-7/+13
|\ \
| * | Make it explicit what is minimum size.Henning Baldersheim2022-04-121-1/+2
| * | Optimize for the leaf groups that has no children since there are most of them.Henning Baldersheim2022-04-121-7/+12
| |/
* / Optimize fro the most common case where the lists are either empty or has 1-2...Henning Baldersheim2022-04-121-1/+1
|/
* Centralize definition of query parameters and default valuesBjørn Christian Seime2022-03-303-23/+50
* Add query parameter for default precision factorBjørn Christian Seime2022-03-304-0/+17
* Add 'grouping.globalMaxGroups' query parameterBjørn Christian Seime2022-03-244-5/+94
* Merge pull request #21787 from vespa-engine/bjorncs/grouping-max-infv7.564.19Henning Baldersheim2022-03-232-23/+23
|\
| * Move all max resolving to resolveMaxBjørn Christian Seime2022-03-231-23/+17
| * Allow 'inf' as value to max()Bjørn Christian Seime2022-03-232-7/+13
* | No functional changesJon Bratseth2022-03-231-3/+1
|/
* Mark new static fields as betaBjørn Christian Seime2022-03-181-2/+3
* Introduce query parameters for default max hits/groups in grouping queriesBjørn Christian Seime2022-03-184-7/+53
* Fix grouping result mergingBjørn Christian Seime2022-03-101-33/+14
* Add FlatteningSearcherJon Bratseth2022-03-071-0/+50
* Don't convert true and false to 1.0 and 0.0Jon Bratseth2022-03-041-1/+0
* No functional changesJon Bratseth2022-03-021-1/+1
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-071-1/+1
* - Flags -> Enum.Henning Baldersheim2022-01-061-1/+1
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-032-2/+2
* Cleanup - no functional changesJon Bratseth2021-11-041-9/+9
* Add some testsJon Bratseth2021-11-034-42/+35
* Explain groupJon Bratseth2021-10-281-9/+5
* A group hit is not meta since it contains result dataJon Bratseth2021-10-124-4/+9
* No functional changesJon Bratseth2021-10-111-80/+39
* simplify HitGroup error propagationArne H Juul2021-10-101-8/+2
* Continue grouping even when there is an errorArne H Juul2021-10-081-11/+5
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-07150-150/+150
* No functional changesJon Bratseth2021-06-251-2/+3
* Various cleanup when reading grouping code.Henning Baldersheim2021-06-161-1/+6
* No functional changesJon Bratseth2021-02-031-5/+4
* Continuation referencesJon Bratseth2020-09-032-4/+7
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-185-71/+73
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-2/+2