summaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2017-10-311-1/+0
|
* Add convenience methodsJon Bratseth2017-10-051-0/+14
|
* Distinguish the random feature and tensor functionJon Bratseth2017-08-183-19/+18
| | | | | | | Look ahead far enough to choose correctly between the tensor function 'random(tensor-type)' and the scalar feature 'tensor(literal'"random" feature. This also relaxes Context to allow arguments (to allow testing).
* Remove mod function and make fmod consistent with backendLester Solbakken2017-06-262-26/+23
|
* Remove code not necessary for VespaJon Bratseth2017-06-1922-1781/+0
| | | | This code is experimental toys so I moved it to my own org.
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-173-6/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-14218-214/+218
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14218-218/+214
|
* Update copyright headersJon Bratseth2017-06-14218-214/+218
|
* Remove carriage returnJon Bratseth2017-06-1418-719/+719
|
* Revert "Copyright header"Jon Bratseth2017-06-13218-935/+931
|
* Copyright headerJon Bratseth2017-06-13218-931/+935
|
* Correct output of lambda in tensor generateLester Solbakken2017-06-011-1/+1
| | | | | | For the expression "tensor(i[3])(i)", previous code would output "tensor(i[3])(tensor(i[3](i)))" due to com.yahoo.tensor.functions.Generate.toString().
* Remove empty to avoid class-init deadlockJon Bratseth2017-05-301-1/+1
|
* use standard formatting for Override annotationArne H Juul2017-05-303-8/+16
|
* remove old unused ignoresArne Juul2017-05-193-0/+0
|
* Try to avoid ignoring users fill argumentJon Bratseth2017-05-182-3/+3
|
* Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-081-0/+90
|
* If we can not safely and correctly detect presedence we play it safe.Henning Baldersheim2017-02-191-1/+7
|
* Concat skeletonJon Bratseth2016-12-221-0/+15
|
* Add tensor argmax and argminJon Bratseth2016-12-221-1/+27
|
* Add tensor generate functionsJon Bratseth2016-12-222-4/+16
|
* Tensor generate functionsJon Bratseth2016-12-221-20/+61
|
* - Tensor generate implementationJon Bratseth2016-12-213-7/+118
| | | | | - Cross tensor implementation equals - Better iteration
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-201-21/+5
|
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-191-5/+21
|
* Split iterating into subspaces for performanceJon Bratseth2016-12-191-21/+5
|
* Move to iterator access where possibleJon Bratseth2016-12-161-2/+2
|
* MapTensor -> MappedTensorJon Bratseth2016-12-123-4/+2
|
* Indexed tensor implementationJon Bratseth2016-12-052-2/+3
|
* Fix testsJon Bratseth2016-11-291-5/+4
|
* Propagate set/getChildrenJon Bratseth2016-11-281-2/+22
|
* Revert "Revert "Bratseth/tensor functions 3""Jon Bratseth2016-11-2615-298/+583
|
* Revert "Bratseth/tensor functions 3"Jon Bratseth2016-11-2515-583/+298
|
* Merge pull request #1180 from yahoo/bratseth/tensor-functions-3Jon Bratseth2016-11-2515-298/+583
|\ | | | | Bratseth/tensor functions 3
| * Repair over-eager renamingJon Bratseth2016-11-241-1/+1
| |
| * More testsJon Bratseth2016-11-241-2/+2
| |
| * Comparison functions on tensorsJon Bratseth2016-11-249-62/+42
| |
| * Generalize tensor function handlingJon Bratseth2016-11-247-278/+20
| |
| * Rename dimension list uses bracesJon Bratseth2016-11-241-4/+4
| |
| * Implement composite functionsJon Bratseth2016-11-247-13/+207
| |
| * Implement more functionsJon Bratseth2016-11-232-47/+78
| |
| * Implement tensor renameJon Bratseth2016-11-233-9/+126
| |
| * Parse joinJon Bratseth2016-11-233-17/+124
| |
| * Parse lambdaJon Bratseth2016-11-234-12/+193
| |
| * Remove applyJon Bratseth2016-11-231-6/+6
| |
| * Remove old functionsJon Bratseth2016-11-231-3/+4
| |
| * Remove matchJon Bratseth2016-11-222-63/+0
| |
| * Output and parse tensor typeJon Bratseth2016-11-221-1/+1
| |
| * More functionsJon Bratseth2016-11-222-32/+75
| |