summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19766 from vespa-engine/bratseth/explain-groupJon Bratseth2021-10-283-11/+11
|\
| * Explain groupJon Bratseth2021-10-283-11/+11
* | Merge pull request #19747 from vespa-engine/bratset/items-equalityJon Bratseth2021-10-2849-393/+657
|\ \ | |/ |/|
| * Check 'explicit' for equalityJon Bratseth2021-10-282-0/+24
| * Correct commentJon Bratseth2021-10-281-1/+1
| * Make finalJon Bratseth2021-10-281-1/+1
| * Add missing cloningJon Bratseth2021-10-279-85/+96
| * Always compare item content fully in Item.equalsJon Bratseth2021-10-2747-315/+544
* | Update 2020 Oath copyrights.gjoranv2021-10-277-7/+7
* | Update 2019 Oath copyrights.gjoranv2021-10-2719-19/+19
|/
* Get a truly unique prefix per cluster searcher globally.Henning Baldersheim2021-10-211-4/+4
* Merge pull request #19682 from vespa-engine/bratseth/output-groupHenning Baldersheim2021-10-211-1/+1
|\
| * Output group in log messageJon Bratseth2021-10-211-1/+1
* | add TrueItemArne H Juul2021-10-213-1/+58
|/
* Add missiung copyrightsJon Bratseth2021-10-202-0/+2
* simplify FalseItemArne H Juul2021-10-202-4/+5
* add YQL parsing/serialization for FalseItemArne H Juul2021-10-202-5/+28
* remove unused RpcFill protocol implementationArne H Juul2021-10-194-319/+0
* Merge pull request #19595 from vespa-engine/arnej/only-use-protobuf-docsumsArne H Juul2021-10-151-5/+1
|\
| * the new protobuf protocol should have good performance nowArne H Juul2021-10-151-5/+1
* | Validate summary inheritanceJon Bratseth2021-10-151-1/+1
|/
* A group hit is not meta since it contains result dataJon Bratseth2021-10-127-13/+16
* No functional changesJon Bratseth2021-10-111-80/+39
* Merge pull request #19490 from vespa-engine/bratseth/execution-context-cleanupArne H Juul2021-10-102-20/+32
|\
| * Supply and use appropriate stub methodsJon Bratseth2021-10-101-3/+10
| * Supply and use appropriate stub methodsJon Bratseth2021-10-101-4/+9
| * Always create indexfactsJon Bratseth2021-10-101-1/+1
| * Always create searchchain registryJon Bratseth2021-10-101-1/+1
| * Always create linguisticsJon Bratseth2021-10-101-1/+1
| * Always create a renderer registryJon Bratseth2021-10-101-14/+11
| * Guarantee we always have an executorJon Bratseth2021-10-102-3/+6
* | fix old bug in MultipleResultsSearcherArne H Juul2021-10-101-3/+3
* | simplify HitGroup error propagationArne H Juul2021-10-105-20/+15
|/
* Create an executor as needed for the tests.Henning Baldersheim2021-10-091-4/+4
* Model creates a temporary Execution which in turn creates an empty Context.Henning Baldersheim2021-10-091-1/+1
* Merge pull request #19483 from vespa-engine/arnej/continue-grouping-if-errorsJon Bratseth2021-10-091-11/+5
|\
| * Continue grouping even when there is an errorArne H Juul2021-10-081-11/+5
* | Inject Executor instead. That will give you the default thread pool which is ...Henning Baldersheim2021-10-081-11/+0
* | GC unused parameter and importHenning Baldersheim2021-10-081-2/+2
* | GC unused importsHenning Baldersheim2021-10-081-4/+0
* | Optimize importsJon Bratseth2021-10-081-2/+0
* | Use the executor from the contextJon Bratseth2021-10-086-70/+23
* | Make executor never nullJon Bratseth2021-10-082-8/+11
* | Add Executor to Execution.ContextJon Bratseth2021-10-086-51/+87
* | Alternative to deprecated method must be public.Henning Baldersheim2021-10-071-1/+1
* | Provide a lazily constructed default executor for the ones using the deprecat...Henning Baldersheim2021-10-071-6/+33
* | - Use the default threadpool for federation.Henning Baldersheim2021-10-072-51/+63
|/
* Merge pull request #19439 from vespa-engine/arnej/wire-errors-from-backendArne H Juul2021-10-073-2/+28
|\
| * wait with very specific errors in enumArne H Juul2021-10-061-2/+2
| * wire error received in protobuf messageArne H Juul2021-10-063-2/+28