aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query
Commit message (Expand)AuthorAgeFilesLines
* giving an empty sorting spec should turn off sortingArne Juul2024-02-051-1/+7
* Minor cleanupJon Bratseth2024-01-281-6/+2
* Revert "Merge pull request #29905 from vespa-engine/revert-29884-bratseth/par...Jon Bratseth2024-01-203-2/+9
* Revert "Support parameter references in embed"Henning Baldersheim2024-01-153-9/+2
* Support parameter references in embedJon Bratseth2024-01-123-2/+9
* No functional changesJon Bratseth2024-01-031-24/+12
* Catch IAE when looking up tensor type in rank profile input propertiesjonmv2023-10-271-6/+6
* Merge pull request #29009 from vespa-engine/bratseth/non-functional-onlyJon Bratseth2023-10-181-1/+1
|\
| * Non-functional changes onlyJon Bratseth2023-10-181-1/+1
* | add getAsTensor() API in RankPropertiesArne Juul2023-10-181-0/+22
|/
* add "ranking.globalPhase.rerankCount" as a query propertyArne Juul2023-10-123-5/+86
* Update copyrightJon Bratseth2023-10-09118-118/+118
* 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