summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-251-1/+1
* Allow control via ranking.keepRankCountHenning Baldersheim2022-11-182-0/+13
* Don't interpret ref: as a query profile ref unnecessarilyJon Bratseth2022-11-101-3/+5
* Various cleanup and code deduplication.Henning Baldersheim2022-10-131-4/+2
* Cleanup, and throw better exceptionsJon Bratseth2022-10-131-19/+21
* - Use a common scratchpad for serializing the different parts of the query.Henning Baldersheim2022-10-121-18/+12
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-1/+1
* Apply aliases to sortspecJon Bratseth2022-09-082-27/+38
* No aliasing of trace.profileDepth.Henning Baldersheim2022-08-251-1/+1
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-252-2/+10
* Improve messages on type mismatchJon Bratseth2022-08-091-5/+7
* 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-243-4/+3
* 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
* Default to tensor short form more placesJon Bratseth2022-06-161-1/+1
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-155-15/+269
|\
| * Move explainLevel into query.traceJon Bratseth2022-06-142-5/+13
| * Turn tracing of the query on/off by trace.query=true/falseJon Bratseth2022-06-141-1/+1
| * Refactor: Pull tracing into its own classJon Bratseth2022-06-145-12/+258
* | Support zone context variants for native propertiesJon Bratseth2022-06-132-14/+30
|/
* Revert "Merge pull request #23040 from vespa-engine/revert-23039-bratseth/wea...Jon Bratseth2022-06-101-1/+1
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-1/+1
* Revert "Merge pull request #23036 from vespa-engine/revert-23032-bratseth/wea...Jon Bratseth2022-06-091-1/+1
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-1/+1
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-1/+1
* Set short tensor format as defaultLester Solbakken2022-06-081-2/+2
* Optimize importsJon Bratseth2022-06-081-2/+0
* Remove on Vespa 8Jon Bratseth2022-06-083-26/+2
* Remove on Vespa 8Jon Bratseth2022-06-082-26/+8
* Remove on Vespa 8Jon Bratseth2022-06-081-3/+0
* rankWith -> withRankArne H Juul2022-06-011-1/+1
* backwards compatibilityArne H Juul2022-06-011-0/+13
* Avoid rank zero tensorsJon Bratseth2022-05-181-1/+4
* 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
* Unalias prefixes only when appropriateJon Bratseth2022-05-101-4/+14
* Merge pull request #22511 from vespa-engine/bratseth/input-defaultsJon Bratseth2022-05-091-1/+1
|\
| * Output input default values in rank propertiesJon Bratseth2022-05-091-1/+1
* | Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-065-5/+5
* | Name matching query properties using camelCase as done elsewhere.Geir Storli2022-05-052-12/+17
|/
* Remove print statementJon Bratseth2022-05-041-1/+0
* Add 'input' as alias to 'ranking.feature'Jon Bratseth2022-05-044-8/+9
* Add support for approximate nearest neighbor threshold settings in Query API.Geir Storli2022-04-292-39/+46