summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30526 from vespa-engine/lesters/server-sent-eventsJon Bratseth2024-03-211-0/+64
|\ | | | | Add server-sent events (SSE) renderer
| * Update ABI specLester Solbakken2024-03-151-8/+22
| |
| * Add server-sent events (SSE) rendererLester Solbakken2024-03-081-0/+50
| |
* | Add necessary config to ClusterConfig to avoid hidden relation via clusterId ↵Henning Baldersheim2024-03-161-1/+1
|/ | | | to QrSearchersConfig
* allow inputs { query(foo) string }Arne Juul2024-02-221-2/+21
|
* Update ABI specJon Bratseth2024-02-161-2/+2
|
* Update abiHenning Baldersheim2024-02-131-0/+1
|
* propagate phrase weight to all contained itemsArne Juul2024-01-241-0/+1
|
* Add signatureJon Bratseth2024-01-031-0/+1
|
* Lowercase in tokens when needed.Tor Egge2023-12-011-0/+1
|
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-171-0/+59
|
* add getAsTensor() API in RankPropertiesArne Juul2023-10-181-0/+1
|
* add "ranking.globalPhase.rerankCount" as a query propertyArne Juul2023-10-121-0/+22
|
* Synonym expansionsJon Bratseth2023-09-081-0/+3
|
* Update ABI specjonmv2023-09-051-1/+2
|
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-0/+3
| | | | | | | | | | | | | | When searching the HNSW index in a post-filtering case, targetHits is auto-adjusted in an effort to still expose targetHits hits to first-phase ranking after post-filtering. The following formula is now used to ensure an upper bound of adjustedTargetHits, avoiding that the search in the HNSW index takes too long. adjustedTargetHits = min(targetHits / estimatedHitRatio, targetHits * targetHitsMaxAdjustmentFactor). The target-hits-max-adjustment-factor can be set in a rank profile and overriden per query. The value is in the range [1.0,inf], with the default being 20.0. When setting this to 1.0, auto-adjustment of targetHits is effectively disabled.
* Update abi-specs after making config class Builders finalgjoranv2023-07-171-6/+12
|
* Add support for controlling rank-score-drop-limit from container query time.Henning Baldersheim2023-06-231-0/+3
|
* Move to SchemaInfoJon Bratseth2023-06-121-3/+182
| | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
* All hit rendering of raw data use base64 encoding without paddingHenning Baldersheim2023-04-181-1/+0
|
* Consolidate rendering of raw data by using the same representation as in ↵Henning Baldersheim2023-04-181-0/+3
| | | | normal hits by using RawBase64.
* Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-171-0/+1
|
* Update ABIHenning Baldersheim2023-03-221-2/+6
|
* Add string command to index info config.Tor Egge2023-02-151-1/+1
| | | | Use index info to validate fuzzy query terms.
* Validate rank profiles earlyJon Bratseth2023-01-251-0/+1
|
* Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-201-1/+49
| | | | | With this change, profiling of matching, first-phase ranking, and second-phase ranking can be tuned separately.
* Support direct tensor renderingJon Bratseth2023-01-141-7/+11
|
* Merge pull request #21773 from vespa-engine/jonmv/multi-range-item-2Henning Baldersheim2023-01-081-1/+52
|\ | | | | Jonmv/multi range item 2
| * Update ABI specjonmv2022-10-261-8/+21
| |
| * Rebase, change to JUnit5, update ABI specjonmv2022-10-261-1/+2
| |
| * Add MultiTermItem and MultiRangeItem, draftJon Marius Venstad2022-10-261-1/+38
| |
* | Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-0/+1
| |
* | Allow control via ranking.keepRankCountHenning Baldersheim2022-11-181-0/+3
|/
* Update ABI spec format, and update all specsjonmv2022-10-251-2678/+2678
|
* Update ABI specHarald Musum2022-10-051-115/+0
|
* Export logger packageLester Solbakken2022-09-231-0/+115
|
* soonActive => targetActiveHenning Baldersheim2022-09-091-1/+1
| | | | Wire in targetActive in MonitorReply/Pong.
* Apply aliases to sortspecJon Bratseth2022-09-081-0/+1
|
* Wire in query parameter profileDepth to control how deep down in the depency ↵Henning Baldersheim2022-08-251-0/+3
| | | | | | tree profiling shall go.
* Update ABI specJon Bratseth2022-07-141-1/+3
|
* Don't generate unused documentdbinfo fieldsJon Bratseth2022-06-161-1/+2
|
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-151-2/+44
|\ | | | | Bratseth/trace
| * Update ABI specJon Bratseth2022-06-141-1/+4
| |
| * Refactor: Pull tracing into its own classJon Bratseth2022-06-141-1/+40
| |
* | Merge pull request #23080 from vespa-engine/bratseth/zone-contextJon Bratseth2022-06-151-1/+2
|\ \ | | | | | | Support zone context variants for native properties
| * | Support zone context variants for native propertiesJon Bratseth2022-06-131-1/+2
| |/
* / Update ABIHenning Baldersheim2022-06-141-1/+0
|/
* Remove deprecated methos on Vespa 8Jon Bratseth2022-06-101-2/+0
|
* Remove deprecated ctors in RendererRegistrygjoranv2022-06-091-2/+0
|
* remove outdated constantArne H Juul2022-06-081-3/+1
|