aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/result/HitGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Modernize for loops.Henning Baldersheim2023-10-101-8/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* 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
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-081-9/+0
* No functional changesJon Bratseth2022-03-251-1/+1
* Add FlatteningSearcherJon Bratseth2022-03-071-3/+1
* Rename method 'future' => 'completeFuture'Bjørn Christian Seime2021-12-081-1/+1
* Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-081-2/+10
* simplify HitGroup error propagationArne H Juul2021-10-101-0/+10
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Consider auxiliary hits too.Henning Baldersheim2019-09-111-15/+17
* Revert "Revert "Removing elements from an array is very costly.""Henning Baldersheim2019-09-111-6/+13
* Revert "Removing elements from an array is very costly."Henning Baldersheim2019-09-101-13/+6
* Propagate listenersJon Bratseth2019-09-091-7/+7
* Removing elements from an array is very costly.Henning Baldersheim2019-09-091-1/+8
* Avoid dynamic ArrayList growth in HitGroup when number of hits is knownOlli Virtanen2019-04-261-0/+4
* Code flow cleanupsOlli Virtanen2019-04-091-3/+13
* Use sort data with java dispatcherOlli Virtanen2019-04-021-11/+34
* Use an optimization to avoid creating sets in happy path.Henning Baldersheim2019-02-251-6/+56
* Avoid calling getFilled twice.Henning Baldersheim2019-02-251-6/+7
* Remove deprecated codeJon Bratseth2019-01-211-11/+0
* Avoid deprecated methodJon Bratseth2018-10-161-1/+1
* Revert "Revert "Simplify and correct isFilled""Jon Bratseth2018-10-141-53/+9
* Revert "Simplify and correct isFilled"Jon Bratseth2018-10-141-9/+53
* Merge pull request #7299 from vespa-engine/bratseth/prevent-xxe-in-xmlfeedreaderJon Bratseth2018-10-141-1/+0
|\
| * Prevent XXEJon Bratseth2018-10-131-1/+0
* | Simplify and correct isFilledJon Bratseth2018-10-121-53/+9
|/
* Don't rely on shared groupingrequest instances to look up resultsJon Bratseth2018-08-151-7/+6
* Reorganize code, no functional changeJon Bratseth2018-05-021-0/+1
* Clear renderer hit groupsJon Bratseth2018-04-241-2/+11
* Tolerate non-existing summary classesJon Bratseth2018-04-231-2/+1
* remove printlnsJon Bratseth2017-09-121-3/+0
* Clean up error message handlingJon Bratseth2017-09-121-54/+67
* Make it possible to clear errors of a HitGroupJon Bratseth2017-09-111-7/+23
* Nonfunctional changes onlyJon Bratseth2017-09-111-10/+10
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* use standard formatting for Override annotationArne H Juul2017-05-301-1/+2
* PublishJon Bratseth2016-06-151-0/+898