aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfileProperties.java
Commit message (Collapse)AuthorAgeFilesLines
* Unify on Map.ofHenning Baldersheim2024-04-111-3/+2
|
* Resolve embed refs from query profileJon Bratseth2024-02-151-1/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use `IllegalInputException` to ensure invalid query is returned as 400 responseBjørn Christian Seime2023-08-031-1/+1
|
* 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.
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-021-1/+1
|
* Avoid map creationJon Bratseth2022-07-021-7/+1
|
* 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
|
* Support zone context variants for native propertiesJon Bratseth2022-06-131-3/+28
|
* Output input default values in rank propertiesJon Bratseth2022-05-091-1/+1
|
* Validate query feature tensor typesJon Bratseth2022-03-291-11/+28
| | | | | | - 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.
* Rename defaultEmbedderName to defaultEmbedderIdLester Solbakken2022-03-221-1/+1
|
* Add embedder selection argument to query parameter transformationLester Solbakken2022-03-211-5/+9
|
* Extract methodJon Bratseth2022-02-081-49/+49
|
* Handle query profile values in type checkingJon Bratseth2022-02-081-6/+18
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Pass destinationJon Bratseth2021-09-301-1/+2
| | | | | This allows embedders to switch on it to enable bucket testing and similar.
* encode -> embedJon Bratseth2021-09-281-6/+6
|
* Encode tensors passed as encode(text)Jon Bratseth2021-09-201-3/+12
|
* Non-functional changes onlyJon Bratseth2021-05-191-1/+1
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-5/+6
| | | | | | | | | | | | | | - Add IllegalInputException to signal cases where we know the exception is caused by illegal input received from the requestor. - Only skip logging for IllegalInputException instead of the superclass IllegalArgumentException as that is also used to signal illegal arguments to methods due to bugs which are otherwise hard to debug. - Throw IllegalInputException rather than IllegalArgumentException where appropriate. - Deprecated QueryException as it was only used to be able to separate between query string and query parameter exceptions, and not doing that consistently, and is in a package we don't want more use of. - Clean up some cases where the wrong exception was thrown.
* Correct anonymous subtype resolvingJon Bratseth2020-05-111-3/+8
| | | | | - If an anonymous subtype is resolved, let it go out of scope when nesting - Validate rather than ignoring all parameters in the query API
* Support clearing values in query profilesJon Bratseth2020-02-131-17/+49
|
* Revert "Merge pull request #12060 from ↵Jon Bratseth2020-02-051-7/+17
| | | | | | | vespa-engine/revert-12040-bratseth/anonymous-query-profile-types-take-2" This reverts commit 558506aa9008c5255f849892f476c819391f06a7, reversing changes made to 17e572d4dad3c9e5040544072dbdc9f7a703e7bd.
* Revert "Bratseth/anonymous query profile types take 2"Jon Bratseth2020-02-041-17/+7
|
* Resolve nested type references by descriptionJon Bratseth2020-02-031-7/+17
|
* Revert "Merge pull request #12035 from ↵Jon Bratseth2020-02-031-1/+1
| | | | | | | vespa-engine/revert-12025-bratseth/anonymous-query-profile-types" This reverts commit 3e21ae3340cb49c0b28e8646e3eb1ae22d6241cc, reversing changes made to 99f3a7193090cfcd6b5fdbbe612f53d892f9d86b.
* Revert "Allow extension of implicitly ref'ed query profile types"Jon Bratseth2020-02-021-1/+1
|
* Allow extension of implicitly ref'ed query profile typesJon Bratseth2020-01-311-1/+1
|
* Better select grouping parsingJon Bratseth2020-01-221-1/+1
|
* Allow old style select with query profile typesJon Bratseth2019-10-181-1/+1
|
* Include Query model in listPropertiesJon Bratseth2018-04-261-2/+2
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* PublishJon Bratseth2016-06-151-0/+258