aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Cheaper way to get number of children.Henning Baldersheim2022-04-201-1/+6
* Merge pull request #22044 from vespa-engine/bratseth/flatten-totalhitsBjørn Christian Seime2022-04-193-60/+40
|\
| * Update searchlib/src/main/java/com/yahoo/searchlib/aggregation/Grouping.javaBjørn Christian Seime2022-04-191-1/+1
| * No functional changesJon Bratseth2022-04-073-60/+40
* | Special handle lists with 2 or less elements.Henning Baldersheim2022-04-121-0/+4
* | Optimize fro the most common case where the lists are either empty or has 1-2...Henning Baldersheim2022-04-121-52/+112
* | Dash lastJon Bratseth2022-04-071-2/+2
* | Allow creatibng reference nodes from simple reference stringsJon Bratseth2022-04-072-34/+35
* | Allow $ in identifiersJon Bratseth2022-04-071-2/+2
* | Allow inputs declarations in rank profilesJon Bratseth2022-04-043-7/+11
|/
* No functional changesJon Bratseth2022-03-232-4/+4
* Don't convert true and false to 1.0 and 0.0Jon Bratseth2022-03-041-2/+0
* Revert "Revert "'true' and 'false' literals in ranking expressions""Jon Bratseth2022-03-043-15/+11
* Revert "'true' and 'false' literals in ranking expressions"Arnstein Ressem2022-03-033-11/+15
* Merge pull request #21504 from vespa-engine/bratseth/truefalseJon Bratseth2022-03-033-15/+11
|\
| * 'true' and 'false' literals in ranking expressionsJon Bratseth2022-03-023-15/+11
* | No functional changesJon Bratseth2022-03-027-140/+73
|/
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+4
* Compute hash without serializing to stringJon Bratseth2022-03-0117-40/+105
* Avoid deprecated methodJon Bratseth2022-02-281-3/+7
* Suppress warningJon Bratseth2022-02-281-0/+1
* Pass type contextJon Bratseth2022-02-282-27/+29
* remove cruft from FeatureListArne H Juul2022-02-241-9/+2
* Resolve slice dimensionJon Bratseth2022-02-164-19/+56