summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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
| |/
| * 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
| |
| * Non-functional changes onlyJon Bratseth2021-05-191-1/+1
| |
| * Revert "Revert "Don't consider number of working nodes in coverage""Jon Bratseth2021-05-111-2/+16
| |
| * Revert "Don't consider number of working nodes in coverage"Jon Bratseth2021-05-101-16/+2
| |
| * Don't consider number of working nodes in coverageJon Bratseth2021-05-101-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tring to figure out the right groups to send queries to based on the number of nodes in the group has many potential issues at times of topology changes. Since we could the number of documents available in each group by summing documents in working nodes, we do not need to also separately consider the number of working nodes in the group for correctness. Since we use adaptive dispatching by default we also do not need to consider it to avoid overloading groups with less resources available but enough documents.
| * Revert "Merge pull request #17754 from ↵Jon Bratseth2021-05-051-1/+1
| | | | | | | | | | | | | | vespa-engine/revert-17747-bratseth/special-tokens-take-2" This reverts commit a2c9cd4bc04f1a3eaa31524b3970b96be5c2eda9, reversing changes made to 8c61a373af0066fbdf1cca354c24b197c7347321.
| * Revert "Reapply "Bratseth/special tokens""Jon Bratseth2021-05-051-1/+1
| |
| * Revert "Merge pull request #17746 from ↵Jon Bratseth2021-05-051-1/+1
| | | | | | | | | | | | | | vespa-engine/revert-17738-revert-17737-revert-17736-bratseth/special-tokens" This reverts commit 491856b396d003885e159345fe3f533f0fa35933, reversing changes made to 3720186303f4aef1d185525eaf61092097a64ec9.
| * Revert "Revert "Revert "Bratseth/special tokens"""Jon Bratseth2021-05-051-1/+1
| |
| * Revert "Revert "Bratseth/special tokens""Jon Bratseth2021-05-041-1/+1
| |
| * Revert "Bratseth/special tokens"Jon Bratseth2021-05-041-1/+1
| |
| * Move specialtokens to linguisticsJon Bratseth2021-05-041-1/+1
| |
| * Use owner's dimensions in BackedOverridableQueryProfileJon Bratseth2021-04-281-0/+31
| | | | | | | | | | | | | | | | Use owner's dimensions rather than the backed's in BackedObverridableQueryProfile. This matters when a profile references a profile with different but overlapping dimensions and both the owner and referred profile assigns values for the same paths, within their respective dimension spaces.
| * No functional changesJon Bratseth2021-04-201-6/+6
| |
| * Use median not average document count to determine group coverageJon Bratseth2021-04-158-8/+156
| | | | | | | | If a group has too many nodes, all others will have less than average.
| * Change WAND to WEAKAND in debug output formatJon Bratseth2021-04-141-3/+3
| |
| * Merge pull request #17055 from vespa-engine/bratseth/cleanupHenning Baldersheim2021-04-081-2/+1
| |\ | | | | | | Non-functional changes only
| | * Non-functional changes onlyJon Bratseth2021-03-191-2/+1
| | |
| * | Minor group logic improvementsJon Bratseth2021-03-311-1/+1
| | | | | | | | | | | | | | | | | | - Non-functional cleanup - Add cluster id to log messages - Don't warn that we only have N/N and require N nodes (all for the same N)
| * | Merge pull request #17047 from vespa-engine/bratseth/dash-in-sourceJon Bratseth2021-03-191-0/+6
| |\ \ | | | | | | | | Allow dash in ident as it is legal in source names
| | * | Allow dash in ident as it is legal in source namesJon Bratseth2021-03-181-0/+6
| | | |
| * | | Merge pull request #17054 from vespa-engine/bratseth/add-castJon Bratseth2021-03-191-0/+6
| |\ \ \ | | | | | | | | | | Add cast to keyword list
| | * | | Add cast tokeyword listJon Bratseth2021-03-191-0/+6
| | | |/ | | |/|
| * | | Merge pull request #16930 from ↵Yngve Aasheim2021-03-191-0/+6
| |\ \ \ | | |/ / | |/| | | | | | | | | | vespa-engine/bratseth/remove-active-queries-metrics Remove active queries metrics that are never set
| | * | Remove active queries metrics that are never setJon Bratseth2021-03-121-0/+6
| | |/