aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-071-22/+43
|\ \
| * | Execute a query over multiple document types in the same content cluster in p...Henning Baldersheim2021-10-071-22/+43
* | | Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
* | | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
* | | Update 2018 copyright notices.gjoranv2021-10-0723-23/+23
* | | Update 2017 copyright notices.gjoranv2021-10-07654-654/+654
|/ /
* / 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-051-7/+58
|\
| * rename option -> renderer.json.jsonMapsArne H Juul2021-10-051-12/+12
| * remove debug printsArne H Juul2021-10-051-7/+0
| * change query option to "renderer.json.recognizeDeepMaps"Arne H Juul2021-10-011-12/+12
| * add option to recognize maps deep inside hit fieldsArne H Juul2021-10-011-7/+65
* | Merge pull request #19372 from vespa-engine/bratseth/pass-destinationJon Bratseth2021-10-016-18/+23
|\ \ | |/ |/|
| * Encapsulate in a contextJon Bratseth2021-10-011-1/+6
| * Pass destinationJon Bratseth2021-09-306-19/+19
* | GC unused importsHenning Baldersheim2021-09-301-2/+0
* | Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2021-09-30245-4061/+4595
|\|
| * Add tensor short form format option for result renderingLester Solbakken2021-09-292-28/+46
| * encode -> embedJon Bratseth2021-09-2810-56/+47
| * YQL programCompileExceptions are IllegalInputExceptionsJon Bratseth2021-09-211-22/+3
| * Encode tensors passed as encode(text)Jon Bratseth2021-09-2011-28/+215
| * Merge pull request #19003 from takamabe/correct_heuristic_for_negativeItemJon Bratseth2021-09-101-0/+4
| |\