aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Non-functional changes onlyJon Bratseth2021-05-192-2/+2
| |
| * 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-055-90/+62
| | | | | | | | | | | | | | 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-055-62/+90
| |
| * Revert "Merge pull request #17746 from ↵Jon Bratseth2021-05-055-90/+62
| | | | | | | | | | | | | | 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-055-62/+90
| |
| * Revert "Revert "Bratseth/special tokens""Jon Bratseth2021-05-045-90/+62
| |
| * Revert "Bratseth/special tokens"Jon Bratseth2021-05-045-62/+90
| |
| * Move specialtokens to linguisticsJon Bratseth2021-05-044-37/+6
| |
| * Remove unused fileJon Bratseth2021-05-041-12/+0
| |
| * Make immutableJon Bratseth2021-05-043-70/+85
| |
| * 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.
| * In the case that the first item in a rank item evaluated to false it would ↵Henning Baldersheim2021-04-261-1/+3
| | | | | | | | | | | | be removed, amking the next the first. That is correct behaviour for all, but the first item. If the first is false, the whole rank will be false.
| * Ensure that sameElement never accepts a WordAlternativesItem.Henning Baldersheim2021-04-231-1/+18
| |
| * Merge pull request #17514 from vespa-engine/bratseth/redundancyJon Bratseth2021-04-211-6/+6
| |\ | | | | | | Bratseth/redundancy
| | * No functional changesJon Bratseth2021-04-201-6/+6
| | |