aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into bratseth/balancedJon Bratseth2022-03-1514-170/+280
|\
| * Merge pull request #21611 from vespa-engine/bratseth/dispatchHenning Baldersheim2022-03-095-122/+80
| |\ | | | | | | Bratseth/dispatch
| | * CleanupJon Bratseth2022-03-091-5/+3
| | |
| | * SimplifyJon Bratseth2022-03-092-24/+12
| | |
| | * SimplifyJon Bratseth2022-03-091-7/+5
| | |
| | * SimplifyJon Bratseth2022-03-092-36/+29
| | |
| | * CleanupJon Bratseth2022-03-091-2/+0
| | |
| | * Don't assume equal-sized groupsJon Bratseth2022-03-093-11/+4
| | |
| | * CleanupJon Bratseth2022-03-091-7/+1
| | |
| | * CleanupJon Bratseth2022-03-091-25/+25
| | |
| | * CleanupJon Bratseth2022-03-091-6/+2
| | |
| * | Update ABI specJon Bratseth2022-03-081-0/+13
| | |
| * | Add FlatteningSearcherJon Bratseth2022-03-078-49/+189
| |/
* / Improve 'not balanced' info messageJon Bratseth2022-03-154-8/+8
|/
* typoKristian Aune2022-03-071-1/+1
|
* Don't convert true and false to 1.0 and 0.0Jon Bratseth2022-03-041-1/+0
|
* No functional changesJon Bratseth2022-03-022-21/+3
|
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-014-4/+105
|
* Update ABI specJon Bratseth2022-02-231-1/+1
|
* 'tokenize', to make this work better as a query typeJon Bratseth2022-02-234-16/+9
|
* Update ABI specJon Bratseth2022-02-232-2/+2
|
* Add grammar:noneJon Bratseth2022-02-236-5/+76
|
* Update comment to match how connectivity is handled in the search backend.Geir Storli2022-02-221-1/+1
|
* Remove TODO on changing toString to YQL formatJon Bratseth2022-02-221-3/+0
| | | | | | It would be nice but it breaks 842 tests for us, and probably a lot for applications too, so it is just not worth the effort.
* Merge pull request #21228 from vespa-engine/bratseth/resolve-slice-dimensionLester Solbakken2022-02-171-2/+3
|\ | | | | Resolve slice dimension
| * Resolve slice dimensionJon Bratseth2022-02-161-2/+3
| |
* | detect and debug log invalid summary classArne H Juul2022-02-162-0/+10
|/
* Merge branch 'master' into arnej/wset-and-map-renderingArne H Juul2022-02-1134-199/+519
|\ | | | | | | | | Conflicts: container-search/src/main/java/com/yahoo/search/rendering/JsonRenderer.java
| * Merge pull request #21105 from ↵Jon Bratseth2022-02-1012-118/+235
| |\ | | | | | | | | | | | | vespa-engine/bratseth/presentation-format-tensors-take-2 Bratseth/presentation format tensors take 2
| | * Extract methodJon Bratseth2022-02-081-49/+49
| | |
| | * Handle query profile values in type checkingJon Bratseth2022-02-082-6/+33
| | |
| | * Revert "Revert "Bratseth/presentation format tensors""Jon Bratseth2022-02-0811-81/+171
| | | | | | | | | | | | This reverts commit 154c8837f1ca166816d289db82fed90baca72e54.
| * | Deprecate public API in JsonRenderer that leaks JacksonBjørn Christian Seime2022-02-082-27/+60
| |/
| * Revert "Bratseth/presentation format tensors"Harald Musum2022-02-0711-171/+81
| |
| * Correct typoJon Bratseth2022-02-071-1/+1
| |
| * Add a testJon Bratseth2022-02-071-0/+29
| |
| * Wire in property presentation.format.tensors with alias format.tensorsJon Bratseth2022-02-0710-81/+142
| | | | | | | | | | | | | | - Move presentation.format.tensors from JsonRenderer to Presentation - Add aliases recursively - Allow compound aliases - Allow a query profile type to describe its own value
| * Deprecate binary encoding outside VDSJon Bratseth2022-02-063-18/+95
| |
| * cosmetic fix to error messageArne H Juul2022-02-031-1/+1
| |
| * in v8 mode, transfer "external" location into a query itemArne H Juul2022-02-031-1/+21
| |
| * Update ABIHenning Baldersheim2022-02-031-1/+3
| |
| * - Name the monitor thread and make it a daemon.Henning Baldersheim2022-02-036-12/+17
| |
| * Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-021-1/+1
| |
| * Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-021-1/+1
| |
| * Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-024-7/+12
| |\ | | | | | | Deprecate config.subscription
| | * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
| | |
| | * Stop using deprecated ConfigGetter methodgjoranv2022-01-312-6/+11
| | |
| | * Remove redundant suppressiongjoranv2022-01-311-1/+0
| | |
| * | Stick to single thread until concurrency issue has been sorted out.Henning Baldersheim2022-02-011-1/+1
| | |
| * | Import types referenced in lambdasJon Bratseth2022-02-011-0/+14
| | |