aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/test
Commit message (Expand)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-1211-78/+80
* Unify on List.ofHenning Baldersheim2024-04-111-14/+12
* Unify on Map.ofHenning Baldersheim2024-04-111-6/+6
* Allow unicodeJon Bratseth2023-11-221-0/+4
* always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-161-3/+3
* unpack_bits_from_int8 -> unpack_bitsArne Juul2023-11-101-2/+2
* keep input in range for int8Arne Juul2023-11-101-2/+2
* add "unpack_bits_from_int8" functionArne Juul2023-11-101-0/+22
* Merge pull request #29250 from vespa-engine/arnej/stop-producing-name-nodeJon Bratseth2023-11-063-14/+12
|\
| * stop using NameNode for testsArne Juul2023-11-063-14/+12
* | special case Generate for features access in LambdaFunctionNodeArne Juul2023-11-061-1/+4
|/
* test map_subspaces, and test parse of toString()Arne Juul2023-11-022-2/+39
* fix some trailing whitespaceArne Juul2023-10-162-7/+7
* Update copyrightJon Bratseth2023-10-0968-68/+68
* Build with jdk20Jon Bratseth2023-04-171-54/+4
* update testsArne Juul2023-03-231-2/+2
* support foo(bar).out in "simple" factory methodArne Juul2023-02-151-0/+39
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-4/+4
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-4/+4
* - Reduce usage of guava.Henning Baldersheim2022-12-011-4/+4
* Support map shorthands in both directionsJon Bratseth2022-09-281-0/+5
* Right precedence for ^Jon Bratseth2022-09-281-0/+1
* Use tensor vocabularyJon Bratseth2022-09-282-3/+3
* Drop 'arithmetic' from nameJon Bratseth2022-09-282-7/+7
* Fold comparisons into the other operatorsJon Bratseth2022-09-281-2/+2
* Short circuit boolean expressionsJon Bratseth2022-09-211-1/+11
* Revert "Revert "Revert "Short circuit boolean expressions"""Henning Baldersheim2022-09-211-11/+1
* Revert "Revert "Short circuit boolean expressions""Henning Baldersheim2022-09-211-1/+11
* Revert "Short circuit boolean expressions"Arnstein Ressem2022-09-201-11/+1
* Short circuit boolean expressionsJon Bratseth2022-09-201-1/+11
* saves an import tooAndreas Eriksen2022-06-201-0/+1
* Add ordering test for IntegerBucketResultNode and fix overflow bug.Henning Baldersheim2022-04-211-0/+13
* Optimize fro the most common case where the lists are either empty or has 1-2...Henning Baldersheim2022-04-121-5/+18
* Suppress "removal" warnings for java.lang.SecurityManagergjoranv2022-04-011-0/+3
* Revert "Revert "'true' and 'false' literals in ranking expressions""Jon Bratseth2022-03-041-0/+4
* Revert "'true' and 'false' literals in ranking expressions"Arnstein Ressem2022-03-031-4/+0
* 'true' and 'false' literals in ranking expressionsJon Bratseth2022-03-021-0/+4
* Avoid deprecated methodJon Bratseth2022-02-281-4/+7
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-198-89/+71
* Avoid using deprecated methodsHenning Baldersheim2021-11-031-1/+1
* Avoid intermediate NegativeNode in the leaf nodes, adding approximately 15-20...Henning Baldersheim2021-11-031-0/+18
* Update expected resultsHenning Baldersheim2021-11-032-2/+2
* Add a LongValue to preserve integer numbers.Henning Baldersheim2021-11-032-11/+11
* Make StringValue symmetric so it can accept its output (toString) as input.Henning Baldersheim2021-11-031-0/+30
* Use UTF-8 bytewise ordering for StringResultNode comparisonsTor Brede Vekterli2021-11-011-1/+87
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0765-65/+65
* Remove temporary test caseLester Solbakken2021-10-061-8/+0
* Add non-primitive tensor expand functionLester Solbakken2021-10-061-1/+15
* add unit testArne H Juul2021-09-231-0/+2