aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile/types/FieldDescription.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* - Use CompoundName.fromHenning Baldersheim2023-03-291-1/+1
| | | | - Deprecate unused SubProperties
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-5/+3
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-3/+5
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-5/+3
|
* Add parent referenced to Ranking and RankFeaturesJon Bratseth2022-03-281-2/+0
|
* 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
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Encode tensors passed as encode(text)Jon Bratseth2021-09-201-2/+2
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-1/+2
| | | | | | | | | | | | | | - 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.
* Revert "Merge pull request #12060 from ↵Jon Bratseth2020-02-051-1/+1
| | | | | | | 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-1/+1
|
* 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
|
* Add equals and cleanupJon Bratseth2019-09-171-0/+1
|
* Declare dispatch parametersJon Bratseth2019-08-131-1/+1
|
* Use all query profiles and handle conflictsJon Bratseth2018-02-051-0/+1
|
* 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/+148