summaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Avoid intermediate NegativeNode in the leaf nodes, adding approximately 15-20...Henning Baldersheim2021-11-034-9/+21
* Avoid keeping string around in the leaf nodes. It is not worth the space.Henning Baldersheim2021-11-031-4/+0
* Also override function()Henning Baldersheim2021-11-032-1/+17
* Add a LongValue to preserve integer numbers.Henning Baldersheim2021-11-032-2/+124
* Make StringValue symmetric so it can accept its output (toString) as input.Henning Baldersheim2021-11-034-8/+4
* Only need a single instance to represent the empty argument.Henning Baldersheim2021-11-023-3/+3
* Unify on using a list for backing.Henning Baldersheim2021-11-023-41/+29
* Use UTF-8 bytewise ordering for StringResultNode comparisonsTor Brede Vekterli2021-11-011-23/+62
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-077-8/+8
* Update 2017 copyright notices.gjoranv2021-10-07192-192/+192
* Pass destinationJon Bratseth2021-09-301-1/+1
* add "hamming" functionArne H Juul2021-09-232-1/+3
* ExpressionTransformer: only setChildren if any child nodes is transformedLester Solbakken2021-09-151-4/+14
* Use a single cached object to make logic simpler and only update on object.Henning Baldersheim2021-09-141-2/+6
* Create as list tooHenning Baldersheim2021-09-141-8/+4
* Add a 5x faster handcoded detection of legal feature names that does not requ...Henning Baldersheim2021-09-051-3/+0
* 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-212-1/+4
* 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
* 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
* 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