aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/Query.java
Commit message (Collapse)AuthorAgeFilesLines
* Support setting 'select' in a query profileJon Bratseth2024-06-121-2/+7
|
* Include specific detail to inform in all invocation pathsJon Bratseth2024-05-241-3/+3
|
* Unify on List.ofHenning Baldersheim2024-04-111-1/+1
|
* Resolve embed refs from query profileJon Bratseth2024-02-151-2/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Also create the statically generated CompoundNames in Query class with ↵Henning Baldersheim2023-03-291-11/+10
| | | | CompoundName.
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-291-9/+9
|
* Stay with from.Henning Baldersheim2023-03-291-5/+5
|
* - Avoid creating a lot of temporary CompoundNames by caching them.Henning Baldersheim2023-03-281-7/+15
| | | | - This speeds up creation of query by a factor of 4.
* Construct compoundname from cache in Query.setPropertiesFromRequestMapHenning Baldersheim2023-03-281-4/+5
|
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-2/+1
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-1/+2
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-2/+1
|
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-1/+4
|
* Reduce exposure of com.yahoo.jdisc.http.HttpRequest.Henning Baldersheim2022-11-291-1/+1
|
* Add back newlines in comment.Henning Baldersheim2022-08-251-0/+1
|
* Wire in query parameter profileDepth to control how deep down in the depency ↵Henning Baldersheim2022-08-251-3/+2
| | | | | | tree profiling shall go.
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-2/+2
|
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-151-174/+53
|\ | | | | Bratseth/trace
| * Move explainLevel into query.traceJon Bratseth2022-06-141-30/+13
| |
| * Turn tracing of the query on/off by trace.query=true/falseJon Bratseth2022-06-141-14/+5
| |
| * Refactor: Pull tracing into its own classJon Bratseth2022-06-141-134/+39
| |
* | Support zone context variants for native propertiesJon Bratseth2022-06-131-3/+3
|/
* No YQL semicolonJon Bratseth2022-06-081-1/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-081-79/+0
|
* Use an already exported packageJon Bratseth2022-04-271-2/+1
|
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-251-19/+34
|\ | | | | Bratseth/inputs 2
| * Resolve rank profile inputsJon Bratseth2022-04-211-31/+31
| |
| * Set both profile and source info firstJon Bratseth2022-04-111-6/+21
| |
* | Add serialization testJon Bratseth2022-04-081-1/+2
|/
* Add RankProfileInputPropertiesJon Bratseth2022-04-071-6/+14
|
* Slightly more validationJon Bratseth2022-03-311-3/+2
|
* Support substitutions in tensorsJon Bratseth2022-03-301-1/+4
|
* Add parent referenced to Ranking and RankFeaturesJon Bratseth2022-03-281-1/+1
|
* No functional changesJon Bratseth2022-03-251-12/+10
|
* Rename defaultEmbedderName to defaultEmbedderIdLester Solbakken2022-03-221-1/+1
|
* Add embedder selection argument to query parameter transformationLester Solbakken2022-03-211-11/+22
|
* Add FlatteningSearcherJon Bratseth2022-03-071-2/+1
|
* 'tokenize', to make this work better as a query typeJon Bratseth2022-02-231-3/+1
|
* Add grammar:noneJon Bratseth2022-02-231-1/+2
|
* Revert "Revert "Bratseth/presentation format tensors""Jon Bratseth2022-02-081-8/+8
| | | | This reverts commit 154c8837f1ca166816d289db82fed90baca72e54.
* Revert "Bratseth/presentation format tensors"Harald Musum2022-02-071-8/+8
|
* Wire in property presentation.format.tensors with alias format.tensorsJon Bratseth2022-02-071-8/+8
| | | | | | | - 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-061-12/+3
|
* Add weakAnd grammar and parserJon Bratseth2022-01-091-2/+3
|
* Revert "Merge pull request #20456 from ↵Jon Bratseth2021-12-131-6/+25
| | | | | | | vespa-engine/revert-20439-bratseth/zoneinfo-in-query-profile-context" This reverts commit 2780822f7d1fc66ea2833b2b7aaa2b9cb74f5833, reversing changes made to 8ff6429daf9a695f2fa5d45a8033c75fdadfcfe2.
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-101-25/+6
|
* Add zone info to query profile contextJon Bratseth2021-12-091-6/+25
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* encode -> embedJon Bratseth2021-09-281-13/+13
|