summaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Expand)AuthorAgeFilesLines
* Remove unneccesary importLester Solbakken2021-06-211-1/+0
* Fix bit function typoLester Solbakken2021-06-211-1/+1
* Add bit ranking function in JavaLester Solbakken2021-06-213-2/+7
* Various cleanup when reading grouping code.Henning Baldersheim2021-06-161-21/+19
* Unify how property names are generated and decomposed.Henning Baldersheim2021-06-091-1/+13
* Distributing the external rankfiles was a dead end due to th eprocessing taki...Henning Baldersheim2021-06-022-6/+2
* Update abi and deprecate unused method.Henning Baldersheim2021-05-312-7/+9
* Use inheritance information from the uncompiled rankprofile to sort out whenHenning Baldersheim2021-05-314-6/+18
* fix typoArne Juul2021-04-231-1/+1
* use newest install vespajlibArne Juul2021-04-201-1/+1
* do not require any specific Value subclassArne Juul2021-04-201-4/+1
* only allow getDirectEvaluator when arguments are accessed normallyArne Juul2021-04-061-0/+5
* Add missing pipe to cell_cast parsingLester Solbakken2021-03-161-1/+1
* Revert "Revert "Lesters/cell cast java""Lester Solbakken2021-03-161-2/+15
* Revert "Lesters/cell cast java"Jon Marius Venstad2021-03-161-15/+2
* Add Java-side tensor type cell castingLester Solbakken2021-03-161-2/+15
* Allow expressions as arguments to functionsLester Solbakken2021-01-121-3/+13
* Revert "Revert "Allow expressions as arguments""Lester Solbakken2021-01-072-22/+14
* Revert "Allow expressions as arguments"Lester Solbakken2021-01-072-14/+22
* Allow expressions as argumentsLester Solbakken2021-01-062-22/+14
* just compute our resultArne Juul2020-11-101-11/+6
* fix copyright, untabifyArne Juul2020-11-101-2/+3
* add script wrapperArne Juul2020-11-101-0/+79
* add a new Java application for evaluating tensor conformance testsArne Juul2020-11-101-0/+160
* Add median aggregatorJon Bratseth2020-11-021-3/+4
* 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-182-1/+6
* 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
* Properly handle dimensions argument to argmax/argminLester Solbakken2020-04-151-6/+6
* 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
* Merge pull request #11643 from vespa-engine/bratseth/validate-lambdasJon Bratseth2020-01-071-1/+25
|\
| * Validate lambdasJon Bratseth2020-01-031-1/+25
* | Add mergeJon Bratseth2020-01-021-0/+15
|/
* Exmbrace serialized expressionsJon Bratseth2019-12-181-4/+12
* Parse quoted tensor labels in ranking expressionsJon Bratseth2019-12-171-3/+17
* Expression parse mapped 1-d tensor short formJon Bratseth2019-12-161-2/+17
* Error checkingJon Bratseth2019-12-142-3/+9
* Interpret dimensions in written orderJon Bratseth2019-12-142-23/+38
* No staticJon Bratseth2019-12-131-1/+0
* Parse mixed tensorsJon Bratseth2019-12-132-11/+52
* Parse mixed tensorsJon Bratseth2019-12-101-2/+34
* Merge pull request #11528 from vespa-engine/bratseth/tensor-sliceJon Bratseth2019-12-091-13/+14
|\
| * Generalized Slice tensor functionJon Bratseth2019-12-061-13/+14
* | Allow minus sign at the start of a labelJon Bratseth2019-12-051-0/+1
|/