summaryrefslogtreecommitdiffstats
path: root/container-search/src/main
Commit message (Collapse)AuthorAgeFilesLines
* 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-012-3/+64
|
* 'tokenize', to make this work better as a query typeJon Bratseth2022-02-233-12/+5
|
* Update ABI specJon Bratseth2022-02-231-1/+0
|
* Add grammar:noneJon Bratseth2022-02-235-5/+57
|
* 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-1123-175/+405
|\ | | | | | | | | Conflicts: container-search/src/main/java/com/yahoo/search/rendering/JsonRenderer.java
| * Merge pull request #21105 from ↵Jon Bratseth2022-02-107-106/+158
| |\ | | | | | | | | | | | | 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-081-6/+18
| | |
| | * Revert "Revert "Bratseth/presentation format tensors""Jon Bratseth2022-02-086-69/+109
| | | | | | | | | | | | This reverts commit 154c8837f1ca166816d289db82fed90baca72e54.
| * | Deprecate public API in JsonRenderer that leaks JacksonBjørn Christian Seime2022-02-081-27/+58
| |/
| * Revert "Bratseth/presentation format tensors"Harald Musum2022-02-076-109/+69
| |
| * Correct typoJon Bratseth2022-02-071-1/+1
| |
| * Wire in property presentation.format.tensors with alias format.tensorsJon Bratseth2022-02-076-69/+109
| | | | | | | | | | | | | | - 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
| |
| * - Name the monitor thread and make it a daemon.Henning Baldersheim2022-02-035-11/+16
| |
| * 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-021-0/+1
| |\ | | | | | | Deprecate config.subscription
| | * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
| | |
| * | Stick to single thread until concurrency issue has been sorted out.Henning Baldersheim2022-02-011-1/+1
| | |
| * | remove unused PAREN in enumArne H Juul2022-01-311-1/+1
| |/
| * Merge pull request #20979 from ↵Harald Musum2022-01-282-8/+8
| |\ | | | | | | | | | | | | vespa-engine/bratseth/rank-profile-multiple-inheritance Bratseth/rank profile multiple inheritance
| | * Support multiple inheritance of rank profilesJon Bratseth2022-01-282-8/+8
| | |
| * | Run with 20% of cores at lowest priority.Henning Baldersheim2022-01-281-2/+11
| | |
| * | Use half of available cores to compile query profiles.Henning Baldersheim2022-01-281-4/+24
| |/
| * Deprecate package c.y.log.event.gjoranv2022-01-252-1/+1
| |
| * Manually handle interrupts in CompiledQueryProfileRegistry ctorBjørn Christian Seime2022-01-211-0/+9
| |
* | refactorArne H Juul2022-01-241-28/+25
| |
* | let us not have too many tuning parameters yetArne H Juul2022-01-211-4/+3
| |
* | configurable rendering of map and weightedset in fieldsArne H Juul2022-01-211-76/+159
|/
* Merge pull request #20866 from vespa-engine/bratseth/produce-allJon Bratseth2022-01-2023-266/+362
|\ | | | | Support producing all clauses in a referenced condition
| * CleanupJon Bratseth2022-01-203-50/+50
| |
| * Support producing all clauses in a referenced conditionJon Bratseth2022-01-1921-237/+333
| |
* | deprecate Execution.fillAttributes()Arne H Juul2022-01-205-15/+28
| | | | | | | | | | | | | | * we want to make some slight changes here for Vespa 8, and hopefully get rid of this completely for Vespa 9. Prepare for this by marking the old method (and public constant) as deprecated, and explain what should be used instead.
* | Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-0/+1
| |
* | Keep LoggingRequestHandler as base class for public api handlers.gjoranv2022-01-171-2/+2
| | | | | | | | (AbstractProcessingHandler and SearchHandler)
* | Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-4/+2
| |
* | Merge pull request #20241 from vespa-engine/olaa/add-query-item-limitJon Bratseth2022-01-173-2/+44
|\ \ | | | | | | Add query item limit
| * | Rename treeSize functionOla Aunrønning2021-12-203-3/+3
| | |
| * | Update container-search/src/main/java/com/yahoo/search/query/QueryTree.javaOla Aunrønning2021-12-201-1/+1
| | | | | | | | | Co-authored-by: Jon Bratseth <bratseth@oath.com>