aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26754 from vespa-engine/bratseth/jdk20Jon Bratseth2023-04-185-61/+61
|\
| * Build with jdk20Jon Bratseth2023-04-175-61/+61
* | Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-171-3/+3
|/
* use IllegalArgumentExceptionArne Juul2023-03-231-1/+1
* improve error for cycle in ranking expression functionsArne Juul2023-03-231-1/+1
* add withTransformedExpressions() to TensorFunctionNode APIArne Juul2023-03-202-0/+24
* avoid making OperationNode with no operatorsArne Juul2023-03-172-4/+19
* * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-161-0/+2
* Cooldown from completion rather than start of scalingJon Bratseth2023-03-102-6/+3
* no .output allowed for rankingExpression(foo)Arne Juul2023-03-081-1/+1
* ensure consistent function type if addFunctionTypeSerialization() is called m...Arne Juul2023-03-071-1/+5
* use common utility and constantArne Juul2023-03-024-5/+9
* add public constant and utility for wrapping referencesArne Juul2023-03-021-6/+19
* Record UP events also when not having been downJon Bratseth2023-03-012-4/+3
* handle other Value subtypes holding tensorsArne Juul2023-02-242-65/+20
* Enforce backend limitations when building the query.Henning Baldersheim2023-02-171-1/+8
* support foo(bar).out in "simple" factory methodArne Juul2023-02-151-5/+24
* experimental WIPArne Juul2023-02-071-1/+1
* Unify on Streams.toListHenning Baldersheim2023-01-171-15/+10
* Add more xxe preventionsMorten Tokle2022-12-081-1/+13
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Use well defined order where we output text and generate config. Makes config...Henning Baldersheim2022-12-011-0/+1
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-016-56/+38
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-016-38/+56
* - Reduce usage of guava.Henning Baldersheim2022-12-016-56/+38
* Wrap openhft in vespajlib to contain dependency.Henning Baldersheim2022-11-211-2/+2
* Improve comment and cleanup duplicate openhft dependency managementHenning Baldersheim2022-11-211-1/+1
* Hash using xxh3Jon Bratseth2022-11-211-5/+3
* Avoid producing nan values when hashing, they do not compare well.Henning Baldersheim2022-11-211-1/+6
* Hash to 64 bits using xxhashJon Bratseth2022-11-201-2/+11
* Only check types when necessaryJon Bratseth2022-10-031-1/+1
* Support map shorthands in both directionsJon Bratseth2022-09-281-16/+64
* Right precedence for ^Jon Bratseth2022-09-282-11/+10
* Use tensor vocabularyJon Bratseth2022-09-2810-64/+59
* Drop 'arithmetic' from nameJon Bratseth2022-09-286-68/+76
* Fold comparisons into the other operatorsJon Bratseth2022-09-289-271/+247
* Add binding precendence order infoJon Bratseth2022-09-271-1/+7
* Simplify: Use file order as precedence orderJon Bratseth2022-09-271-13/+13
* Simplify: Use lambdaJon Bratseth2022-09-271-26/+32
* Avoid confusing the reader by starting off with OR. Just use null instead.Henning Baldersheim2022-09-211-1/+1
* Simplify operatorsByPrecedence listHenning Baldersheim2022-09-212-17/+1
* Use pattern variableHenning Baldersheim2022-09-211-4/+2
* Short circuit boolean expressionsJon Bratseth2022-09-212-12/+21
* Revert "Revert "Revert "Short circuit boolean expressions"""Henning Baldersheim2022-09-212-21/+12
* Revert "Revert "Short circuit boolean expressions""Henning Baldersheim2022-09-212-12/+21
* Revert "Short circuit boolean expressions"Arnstein Ressem2022-09-202-21/+12
* Short circuit boolean expressionsJon Bratseth2022-09-202-12/+21
* pattern matching for instanceof reduces castingAndreas Eriksen2022-06-161-2/+2