aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchchain
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0919-18/+19
|
* Non-functional changes onlyJon Bratseth2023-06-202-2/+2
|
* Increase max rendering queue from 100 to 500Jon Bratseth2023-06-141-1/+1
|
* Use a bound queue for rendering tasksJon Bratseth2023-06-132-10/+40
| | | | | If we add rendering tasks faster than we are able to complete them we may run out of memory, so bound the queue.
* Move to SchemaInfoJon Bratseth2023-06-121-1/+1
| | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
* 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
|\ | | | | Bratseth/trace
| * 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
| | | | (only provided build time, not runtime)
* 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 ↵Jon Bratseth2022-05-051-4/+27
| | | | | | | vespa-engine/revert-22429-bratseth/schema-info-5-take-2" This reverts commit 3726fd997c0cbacd37e64ff493f8775fc3fcdd9f, reversing changes made to d9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9.
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-27/+4
|
* Revert "Merge pull request #22428 from ↵Jon Bratseth2022-05-031-4/+27
| | | | | | | vespa-engine/revert-22426-bratseth/schema-info-5" This reverts commit d6cb1273bcebdea6b8404b242cecb81802d0fb60, reversing changes made to de8e6f7128dc6489800eae8ce8cdcc6e3414475e.
* 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
|\ | | | | Bratseth/inputs 2
| * 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
| | | | | | | * we want to make some slight changes here for Vespa 8, and hopefully get rid of this completely for Vespa 9. Prepare for this by marking the old method (and public constant) as deprecated, and explain what should be used instead.
* 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
| | | | | Creating an empty Context creates a single threaded executor. Just leave it as null as it will get a proper value afterwards.
* Inject Executor instead. That will give you the default thread pool which is ↵Henning Baldersheim2021-10-081-11/+0
| | | | | | what you want. That is the effectively unbound threadpool.
* 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
|