summaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Allow expressions as arguments to functionsLester Solbakken2021-01-121-3/+13
* Revert "Revert "Allow expressions as arguments""Lester Solbakken2021-01-071-1/+13
* Revert "Allow expressions as arguments"Lester Solbakken2021-01-071-13/+1
* Allow expressions as argumentsLester Solbakken2021-01-061-1/+13
* just compute our resultArne Juul2020-11-101-11/+6
* fix copyright, untabifyArne Juul2020-11-101-2/+3
* add a new Java application for evaluating tensor conformance testsArne Juul2020-11-101-0/+160
* Don't fold division by zeroJon Bratseth2020-09-212-21/+42
* Make tensor generate inspectableJon Bratseth2020-06-291-0/+11
* Add erf (the error function)Lester Solbakken2020-06-181-0/+3
* Remove unused imports of vespalog packagegjoranv2020-04-261-1/+0
* Limit size of serialization context for functions without argumentsLester Solbakken2020-04-266-12/+57
* Revert "Remove import of package which is not available or used"Jon Bratseth2020-04-231-0/+1
* Remove import of package which is not available or usedJon Bratseth2020-04-231-1/+0
* Since resolving instances are error phrone we need to do it once.Henning Baldersheim2020-03-081-2/+3
* Trunkcate expressions in messagesJon Bratseth2020-02-251-1/+2
* Warn on missing query feature type declarationsJon Bratseth2020-01-091-1/+6
* Validate lambdasJon Bratseth2020-01-031-1/+25
* Exmbrace serialized expressionsJon Bratseth2019-12-181-4/+12
* Error checkingJon Bratseth2019-12-141-2/+8
* Interpret dimensions in written orderJon Bratseth2019-12-141-4/+14
* Parse mixed tensorsJon Bratseth2019-12-131-0/+28
* Cleanup and update ABI specJon Bratseth2019-12-041-6/+15
* Propagate binding context to/from tensor functionsJon Bratseth2019-12-045-26/+92
* Output function references wrapped in rankingExpression()Jon Bratseth2019-12-025-16/+26
* Preserve single-feature embracesJon Bratseth2019-11-291-2/+0
* Pull name upJon Bratseth2019-11-271-3/+2
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-273-19/+20
* Allow bound functions in tensor generateJon Bratseth2019-11-262-12/+36
* Serialize scalar functions with contextJon Bratseth2019-11-082-32/+43
* Literal tensors with value expressionsJon Bratseth2019-11-052-2/+41
* Allow for faster hashcode then tostring.Henning Baldersheim2019-10-312-1/+4
* Recognize if-inverted decision trees in GBDT optimizerLester Solbakken2019-10-112-5/+23
* Support missing values in expression evaluation in JavaLester Solbakken2019-10-119-33/+95
* Nonfunctional changes onlyJon Bratseth2019-09-242-35/+19
* Handle NaN in hit aggregation sortingJon Bratseth2019-09-241-1/+1
* Handle Nan in group mergingJon Bratseth2019-09-241-7/+1
* Handle comparison of NaNsJon Bratseth2019-09-241-1/+1
* Nonfunctional changes onlyJon Bratseth2019-09-245-46/+38
* Don't remove parentheses around comparisonsLester Solbakken2019-09-131-0/+2
* Revert "Revert "Require constant() for large constants and fix a type resolvi...Jon Bratseth2019-06-136-4/+121
* Revert "Require constant() for large constants and fix a type resolving bug (...Harald Musum2019-06-126-121/+4
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-126-4/+121
* Vespa global model importJon Bratseth2019-06-021-0/+3
* Initialize missing valuesJon Bratseth2019-05-291-2/+2
* Merge pull request #9061 from vespa-engine/bratseth/open-querytree-andJon Bratseth2019-04-102-5/+5
|\
| * Make QueryTree.and publicJon Bratseth2019-04-092-5/+5
* | Make final to prevent accidents.Henning Baldersheim2019-04-101-1/+1
* | When you have an ImmutableMap it is not necessary to create a list and then c...Henning Baldersheim2019-04-102-4/+2
|/
* Optimize type resolvingJon Bratseth2019-03-261-5/+7