summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* remove unused RpcFill protocol implementationArne H Juul2021-10-194-263/+0
|
* A group hit is not meta since it contains result dataJon Bratseth2021-10-121-1/+59
|
* 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-1011-22/+22
|
* Supply and use appropriate stub methodsJon Bratseth2021-10-107-12/+9
|
* Guarantee we always have an executorJon Bratseth2021-10-1020-42/+52
|
* Merge pull request #19483 from vespa-engine/arnej/continue-grouping-if-errorsJon Bratseth2021-10-091-1/+1
|\ | | | | Continue grouping even when there is an error
| * Continue grouping even when there is an errorArne H Juul2021-10-081-1/+1
| | | | | | | | | | | | | | | | * If a grouping pass result includes an error, that does not necessarily mean we should give up entirely and throw away all grouping results. * Instead, just merge errors into the main results just like all the other errors.
* | GC unused parameter and importHenning Baldersheim2021-10-081-2/+0
| |
* | Use the executor from the contextJon Bratseth2021-10-088-118/+42
| |
* | Add Executor to Execution.ContextJon Bratseth2021-10-0815-17/+18
| |
* | - Use the default threadpool for federation.Henning Baldersheim2021-10-0714-169/+190
|/ | | | | | - Move test classes into the same package as the code to avoid making test only methods public. - Deprecate old AsyncExecution.search/fill methods and let them run in its own thread. There should be no external usage of this class.
* Merge pull request #19451 from ↵Henning Baldersheim2021-10-071-2/+5
|\ | | | | | | | | vespa-engine/balder/execute-queries-to-multiple-documenttypes-in-same-cluster-in-parallel Execute a query over multiple document types in the same content clus…
| * Execute a query over multiple document types in the same content cluster in ↵Henning Baldersheim2021-10-071-2/+5
| | | | | | | | parallel towards the backend.
* | Update Verizon Media copyright notices.gjoranv2021-10-0718-18/+18
| |
* | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-072-2/+2
| |
* | Update 2018 copyright notices.gjoranv2021-10-076-6/+6
| |
* | Update 2017 copyright notices.gjoranv2021-10-07423-429/+429
|/
* Merge pull request #19420 from vespa-engine/arnej/wrap-all-maps-in-json-rendererJon Bratseth2021-10-051-0/+48
|\ | | | | Arnej/wrap all maps in json renderer
| * rename option -> renderer.json.jsonMapsArne H Juul2021-10-051-2/+2
| |
| * extend unit testArne H Juul2021-10-011-2/+5
| |
| * change query option to "renderer.json.recognizeDeepMaps"Arne H Juul2021-10-011-2/+2
| |
| * simplify moreArne H Juul2021-10-011-17/+17
| |
| * add option to recognize maps deep inside hit fieldsArne H Juul2021-10-011-0/+45
| |
* | Add mock for added newRequest method.Henning Baldersheim2021-10-051-7/+10
| |
* | Merge pull request #19372 from vespa-engine/bratseth/pass-destinationJon Bratseth2021-10-011-7/+18
|\ \ | |/ |/| Pass destination
| * Encapsulate in a contextJon Bratseth2021-10-011-4/+4
| |
| * Pass destinationJon Bratseth2021-09-301-6/+17
| | | | | | | | | | This allows embedders to switch on it to enable bucket testing and similar.
* | Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2021-09-3097-1294/+2766
|\|
| * Add tensor short form format option for result renderingLester Solbakken2021-09-291-2/+49
| |
| * encode -> embedJon Bratseth2021-09-282-15/+14
| |
| * Encode tensors passed as encode(text)Jon Bratseth2021-09-201-8/+77
| |
| * Merge pull request #19003 from takamabe/correct_heuristic_for_negativeItemJon Bratseth2021-09-101-0/+7
| |\ | | | | | | correct heuristic for -(N)
| | * correct heuristic for -(N)takamabe2021-09-081-0/+7
| | |
| * | set timeout for clone querytakamabe2021-08-271-0/+8
| |/
| * we want to compare Linguistics objects for equivalenceArne Juul2021-08-042-0/+6
| |
| * Merge pull request #18511 from vespa-engine/bratseth/unbalanced-with-few-docsHenning Baldersheim2021-07-025-60/+88
| |\ | | | | | | Bratseth/unbalanced with few docs
| | * Enable top-k optimization only if balanced and non-sparseJon Bratseth2021-07-021-24/+46
| | |
| | * Separate balanced and sparseJon Bratseth2021-07-021-2/+22
| | |
| | * Infer groupJon Bratseth2021-07-024-35/+21
| | |
| * | Add metric for render latencyBjørn Christian Seime2021-07-011-0/+4
| | |
| * | Rename and move 'SearchHandlerTestCase'Bjørn Christian Seime2021-07-015-24/+22
| |/
| * Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-301-0/+1
| |
| * Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-1/+1
| |
| * Allow deviation of at least 1 documentHarald Musum2021-06-301-0/+18
| | | | | | | | Let content be well-balanced when there are few docs in a cluster
| * Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-151-1/+0
| |
| * allow multiple tensor types for same nameArne Juul2021-06-141-1/+25
| | | | | | | | | | | | * with several document types you can have fields with the same name but different tensor types that all should be allowed as target for nearestNeighbor operator.
| * Let child fields override parentsJon Bratseth2021-05-191-25/+46
| |