aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* * apply new common bootstrapArne Juul2022-10-243-1/+10
* Only check types when necessaryJon Bratseth2022-10-031-1/+1
* Follow API changesJon Bratseth2022-09-281-20/+20
* 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-2810-302/+273
* 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
* Remove deprecated ctors in SerializationContextgjoranv2022-06-091-31/+22
* GC deprecated unused methodsHenning Baldersheim2022-06-081-6/+0
* GC deprecated unused methodsHenning Baldersheim2022-06-081-16/+3
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-083-27/+0
* Don't require overriding max() if using predef as grouping expressionBjørn Christian Seime2022-05-0313-0/+26
* Add ordering test for IntegerBucketResultNode and fix overflow bug.Henning Baldersheim2022-04-211-5/+5