aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0942-42/+42
|
* Use `IllegalInputException` to ensure invalid query is returned as 400 responseBjørn Christian Seime2023-08-031-1/+1
|
* Build with jdk20Jon Bratseth2023-04-171-1/+1
|
* - Use CompoundName.fromHenning Baldersheim2023-03-293-7/+5
| | | | - Deprecate unused SubProperties
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-025-33/+29
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-025-29/+33
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-025-33/+29
|
* Don't interpret ref: as a query profile ref unnecessarilyJon Bratseth2022-11-101-3/+5
|
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-1/+1
| | | | Optimize CompoundName.first with all elements to return self.
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
|
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-022-2/+12
|
* Avoid map creationJon Bratseth2022-07-022-7/+98
|
* If the context map is empty just return the defaultHenning Baldersheim2022-06-241-1/+1
|
* Use already defined stringsHenning Baldersheim2022-06-241-3/+3
|
* If it already has all keys there is no need to create a new hashmap.Henning Baldersheim2022-06-241-3/+7
|
* Precompute a zone context to avoid always having to compute them on the fly.Henning Baldersheim2022-06-241-1/+9
|
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-151-6/+6
|\ | | | | Bratseth/trace
| * Refactor: Pull tracing into its own classJon Bratseth2022-06-141-6/+6
| |
* | Support zone context variants for native propertiesJon Bratseth2022-06-131-3/+28
|/
* Remove on Vespa 8Jon Bratseth2022-06-082-26/+8
|
* Revert "Revert "Pass DeployState""Jon Bratseth2022-05-121-12/+12
|
* Revert "Pass DeployState"Henning Baldersheim2022-05-111-12/+12
|
* Pass DeployStateJon Bratseth2022-05-111-12/+12
|
* Merge pull request #22511 from vespa-engine/bratseth/input-defaultsJon Bratseth2022-05-091-1/+1
|\ | | | | Bratseth/input defaults
| * Output input default values in rank propertiesJon Bratseth2022-05-091-1/+1
| |
* | Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
|/
* Use an already exported packageJon Bratseth2022-04-271-1/+1
|
* Resolve rank profile inputsJon Bratseth2022-04-212-81/+12
|
* Set both profile and source info firstJon Bratseth2022-04-111-4/+17
|
* Support substitutions in tensorsJon Bratseth2022-03-307-47/+71
|
* Validate query feature tensor typesJon Bratseth2022-03-292-12/+37
| | | | | | - Validate tensor feature types when a tensor is set programmatically. - Add a toShortString for messages containing tensors. - Consistent and nicer spacing in tensor string forms.
* Add parent referenced to Ranking and RankFeaturesJon Bratseth2022-03-281-2/+0
|
* Rename defaultEmbedderName to defaultEmbedderIdLester Solbakken2022-03-222-2/+2
|
* Add embedder selection argument to query parameter transformationLester Solbakken2022-03-213-11/+67
|
* 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-081-3/+1
| | | | This reverts commit 154c8837f1ca166816d289db82fed90baca72e54.
* Revert "Bratseth/presentation format tensors"Harald Musum2022-02-071-1/+3
|
* Correct typoJon Bratseth2022-02-071-1/+1
|
* Wire in property presentation.format.tensors with alias format.tensorsJon Bratseth2022-02-071-3/+1
| | | | | | | - Move presentation.format.tensors from JsonRenderer to Presentation - Add aliases recursively - Allow compound aliases - Allow a query profile type to describe its own value
* 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
|/
* 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
|
* Manually handle interrupts in CompiledQueryProfileRegistry ctorBjørn Christian Seime2022-01-211-0/+9
|
* Stable query profile type idsJon Bratseth2021-10-293-3/+9
|
* Stable query profile idsJon Bratseth2021-10-296-23/+49
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|