summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query
Commit message (Expand)AuthorAgeFilesLines
* Add link for common runtime errorJo Kristian Bergum2023-08-171-1/+3
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-152-2/+15
* Clarify error handlingHenning Baldersheim2023-08-031-1/+1
* Use `IllegalInputException` to ensure invalid query is returned as 400 responseBjørn Christian Seime2023-08-032-3/+4
* Keep error handling in one place.Henning Baldersheim2023-08-021-6/+5
* Handle cased/lowercased the same way as the rest.Henning Baldersheim2023-08-021-32/+15
* Simplify error handlingHenning Baldersheim2023-08-022-69/+23
* Use a common map for getters and settersHenning Baldersheim2023-08-021-116/+67
* Use a map of setter lambdas.Henning Baldersheim2023-08-021-212/+156
* - Put a lambda for getting predefined properties in a hash map.Henning Baldersheim2023-08-021-86/+69
* Add support for controlling rank-score-drop-limit from container query time.Henning Baldersheim2023-06-232-0/+13
* Move to SchemaInfoJon Bratseth2023-06-121-27/+10
* Build with jdk20Jon Bratseth2023-04-171-1/+1
* - Use CompoundName.fromHenning Baldersheim2023-03-295-10/+9
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-294-8/+8
* Cache the generated temporary CompoundName keys.Henning Baldersheim2023-03-272-9/+8
* Dealias nn fieldsJon Bratseth2023-01-271-1/+1
* Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-205-9/+193
* Support direct tensor renderingJon Bratseth2023-01-142-12/+42
* Use JsonFormat for JSON renderingJon Bratseth2023-01-131-7/+6
* No functional changesJon Bratseth2023-01-061-1/+1
* 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
* 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