summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search
Commit message (Collapse)AuthorAgeFilesLines
* Add application to systeminfoJon Bratseth2021-11-091-3/+3
|
* more cleanup of MatchFeatureDataArne H Juul2021-11-091-8/+6
|
* less duplication of hashmapsArne H Juul2021-11-091-0/+104
| | | | | * instead of building an ObjectValue for each hit (each with its own mapping of names->values) use a shared Hashlet.
* Deprecate statisticsHenning Baldersheim2021-11-082-253/+0
|
* Add testing of grouping over multiple document typesJon Bratseth2021-11-041-25/+133
|
* Merge pull request #19779 from vespa-engine/arnej/add-match-features-in-protocolArne H Juul2021-11-031-1/+12
|\ | | | | add skeleton for match features
| * handle inherent race condition in unit testArne H Juul2021-10-291-1/+12
| |
* | Stable query profile type idsJon Bratseth2021-10-295-2/+15
| |
* | Stable query profile idsJon Bratseth2021-10-293-0/+22
|/
* Merge pull request #19747 from vespa-engine/bratset/items-equalityJon Bratseth2021-10-281-7/+1
|\ | | | | Bratset/items equality
| * Always compare item content fully in Item.equalsJon Bratseth2021-10-271-7/+1
| |
* | Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
| |
* | Update 2019 Oath copyrights.gjoranv2021-10-276-6/+6
|/
* Merge branch 'master' into balder/upper-limit-before-commitHenning Baldersheim2021-10-212-2/+6
|\
| * add TrueItemArne H Juul2021-10-212-2/+6
| |
* | Cleanup testHenning Baldersheim2021-10-211-8/+6
|/
* add YQL parsing/serialization for FalseItemArne H Juul2021-10-202-0/+10
|
* 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-102-5/+1
|
* Use appropriate stub methodsJon Bratseth2021-10-102-8/+2
|
* Use appropriate stub methodsJon Bratseth2021-10-101-1/+1
|
* Supply and use appropriate stub methodsJon Bratseth2021-10-109-19/+19
|
* Supply and use appropriate stub methodsJon Bratseth2021-10-103-6/+4
|
* Guarantee we always have an executorJon Bratseth2021-10-102-6/+6
|
* 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.
* | Use the executor from the contextJon Bratseth2021-10-087-103/+41
| |
* | Add Executor to Execution.ContextJon Bratseth2021-10-082-2/+2
| |
* | - Use the default threadpool for federation.Henning Baldersheim2021-10-0713-167/+172
|/ | | | | | - 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.
* Update Verizon Media copyright notices.gjoranv2021-10-0716-16/+16
|
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2018 copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-07269-269/+269
|
* 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-3067-671/+1949
|\|
| * 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
| |
| * set timeout for clone querytakamabe2021-08-271-0/+8
| |
| * we want to compare Linguistics objects for equivalenceArne Juul2021-08-041-0/+2
| |