summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* No functional changesJon Bratseth2021-10-111-80/+39
* Merge pull request #19490 from vespa-engine/bratseth/execution-context-cleanupArne H Juul2021-10-1041-126/+92
|\
| * Update ABI specJon Bratseth2021-10-101-0/+2
| * Optimize importsJon Bratseth2021-10-105-13/+1
| * Use appropriate stub methodsJon Bratseth2021-10-1014-57/+14
| * Use appropriate stub methodsJon Bratseth2021-10-104-7/+7
| * Supply and use appropriate stub methodsJon Bratseth2021-10-1012-25/+32
| * Supply and use appropriate stub methodsJon Bratseth2021-10-108-16/+18
| * 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-1022-45/+58
* | update ABI specArne H Juul2021-10-101-0/+1
* | 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-092-12/+6
|\
| * Continue grouping even when there is an errorArne H Juul2021-10-082-12/+6
* | Inject Executor instead. That will give you the default thread pool which is ...Henning Baldersheim2021-10-082-12/+0
* | GC unused parameter and importHenning Baldersheim2021-10-082-4/+2
* | GC unused importsHenning Baldersheim2021-10-081-4/+0
* | Optimize importsJon Bratseth2021-10-081-2/+0
* | Use the executor from the contextJon Bratseth2021-10-0815-193/+67
* | Make executor never nullJon Bratseth2021-10-082-8/+11
* | Add Executor to Execution.ContextJon Bratseth2021-10-0822-69/+110
* | Alternative to deprecated method must be public.Henning Baldersheim2021-10-072-1/+2
* | Provide a lazily constructed default executor for the ones using the deprecat...Henning Baldersheim2021-10-071-6/+33
* | Update ABIHenning Baldersheim2021-10-071-0/+3
* | - Use the default threadpool for federation.Henning Baldersheim2021-10-0716-220/+253
|/
* Merge pull request #19439 from vespa-engine/arnej/wire-errors-from-backendArne H Juul2021-10-074-2/+30
|\
| * wait with very specific errors in enumArne H Juul2021-10-061-2/+2
| * wire error received in protobuf messageArne H Juul2021-10-064-2/+30
* | If execution is rejected, fall back to doing it yourself.Henning Baldersheim2021-10-072-3/+11
* | Merge pull request #19451 from vespa-engine/balder/execute-queries-to-multipl...Henning Baldersheim2021-10-072-24/+48
|\ \
| * | Execute a query over multiple document types in the same content cluster in p...Henning Baldersheim2021-10-072-24/+48
* | | Update Verizon Media copyright notices.gjoranv2021-10-0725-25/+25
* | | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-073-3/+3
* | | Update 2018 copyright notices.gjoranv2021-10-0729-29/+29
* | | Update 2017 copyright notices.gjoranv2021-10-071108-1114/+1114
|/ /
* / Call initService when falling back to a single nodeJon Bratseth2021-10-061-3/+3
|/
* Merge pull request #19420 from vespa-engine/arnej/wrap-all-maps-in-json-rendererJon Bratseth2021-10-053-7/+107
|\
| * rename option -> renderer.json.jsonMapsArne H Juul2021-10-052-14/+14
| * remove debug printsArne H Juul2021-10-051-7/+0
| * extend unit testArne H Juul2021-10-011-2/+5
| * change query option to "renderer.json.recognizeDeepMaps"Arne H Juul2021-10-012-14/+14
| * simplify moreArne H Juul2021-10-011-17/+17
| * add option to recognize maps deep inside hit fieldsArne H Juul2021-10-013-7/+111
* | Add mock for added newRequest method.Henning Baldersheim2021-10-051-7/+10