summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchchain
Commit message (Expand)AuthorAgeFilesLines
* Avoid using Hit.fields()Henning Baldersheim2023-03-211-3/+4
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-022-4/+2
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-022-2/+4
* Let list handling catch up with Java 17Henning Baldersheim2022-12-022-4/+2
* Add instance tagsJon Bratseth2022-10-121-1/+1
* Make list mutableJon Bratseth2022-09-231-1/+1
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-123-7/+7
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-151-2/+2
|\
| * Refactor: Pull tracing into its own classJon Bratseth2022-06-141-2/+2
* | GC unused and deprecated codeHenning Baldersheim2022-06-141-13/+0
|/
* Remove deprecated methos on Vespa 8Jon Bratseth2022-06-101-8/+0
* Remove deprecated ctors in RendererRegistrygjoranv2022-06-091-2/+1
* remove outdated constantArne H Juul2022-06-081-4/+0
* Remove all usage and stop providing net.jcip.annotaitonsgjoranv2022-06-082-6/+0
* Remove on Vespa 8Jon Bratseth2022-06-082-19/+0
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Revert "Merge pull request #22439 from vespa-engine/revert-22429-bratseth/sch...Jon Bratseth2022-05-051-4/+27
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-27/+4
* Revert "Merge pull request #22428 from vespa-engine/revert-22426-bratseth/sch...Jon Bratseth2022-05-031-4/+27
* Revert "Use schema-info"Jon Bratseth2022-05-031-27/+4
* Use schemsa-infoJon Bratseth2022-05-031-4/+27
* Use SchemaInfoJon Bratseth2022-05-022-1/+6
* Use an already exported packageJon Bratseth2022-04-272-4/+3
* Create schema-info for global schema infoJon Bratseth2022-04-272-7/+7
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-252-69/+91
|\
| * Resolve rank profile inputsJon Bratseth2022-04-212-69/+91
* | Validating fuzzy queryAlexey Chernyshev2022-04-221-0/+1
|/
* Remember to shutdown common rendering threadpool.Henning Baldersheim2022-03-241-4/+13
* Use a common executor for all renderers.Henning Baldersheim2022-03-241-1/+14
* deprecate Execution.fillAttributes()Arne H Juul2022-01-201-9/+16
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* 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-101-2/+4
* 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
* 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
* Use the executor from the contextJon Bratseth2021-10-084-54/+17
* Make executor never nullJon Bratseth2021-10-082-8/+11
* Add Executor to Execution.ContextJon Bratseth2021-10-082-40/+77
* 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-071-34/+39
* If execution is rejected, fall back to doing it yourself.Henning Baldersheim2021-10-071-2/+10