summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features
Commit message (Collapse)AuthorAgeFilesLines
* test that appropriate executor is createdHaavard2017-08-151-3/+16
|
* test that expressions can be replacedHaavard2017-08-141-1/+62
|
* Update copyright headersJon Bratseth2017-06-1446-45/+46
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1446-46/+45
|
* Update copyright headersJon Bratseth2017-06-1446-45/+46
|
* Revert "Copyright header"Jon Bratseth2017-06-1346-46/+45
|
* Copyright headerJon Bratseth2017-06-1346-45/+46
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-068-2/+10
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0112-12/+0
|
* Revert "Revert "Fix warnings hidden earlier due to including application ↵Henning Baldersheim2017-05-034-20/+24
| | | | headers as s…""
* Revert "Fix warnings hidden earlier due to including application headers as ↵Henning Baldersheim2017-05-034-24/+20
| | | | s…"
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-034-20/+24
| | | | includes
* add override in searchlib moduleArne H Juul2017-04-1210-12/+12
|
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-3/+4
|
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-0416-17/+30
| | | | This is the same as done with DataType.
* Add dense and sparse dot product support for imported attributesTor Brede Vekterli2017-04-039-29/+271
| | | | | | | | Uses AttributeContent to fetch values from target attribute. Value types are always treated as 64 bits due to AttributeContent API restrictions. Remove explicit AttributeManager use in feature test fixtures to avoid dependencies on anything but IAttributeVector.
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-12/+16
|
* lazy evaluate ranking expressionsHaavard2017-02-2313-56/+74
|
* Merge pull request #1570 from yahoo/lesters/add-random-normal-featureGeir Storli2017-01-242-1/+48
|\ | | | | Add randomNormal rank feature
| * Remove unnecessary test of randomNormal (that could conceivably fail rarely)Lester Solbakken2017-01-231-21/+1
| |
| * Add better test for randomNormal mu and sigma valuesLester Solbakken2017-01-231-2/+4
| |
| * Add randomNormal rank featureLester Solbakken2017-01-232-1/+66
| |
* | make stuff compile and testHaavard2017-01-235-19/+19
|/
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-1/+2
|
* remove features from match dataHaavard2016-12-141-1/+0
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
|
* Allocate feature executors on a stash to get them close together in memory.Tor Egge2016-12-021-2/+3
|
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-1/+1
|
* remove test using verbatim tensorHaavard2016-11-031-4/+0
|
* use spec to make tensorsHaavard2016-11-031-17/+48
|
* use spec to make tensorsHaavard2016-11-031-30/+30
|
* use spec to make tensorsHaavard2016-11-031-16/+45
|
* avoid verbatim tensorsHaavard2016-11-031-4/+15
|
* Move tensor attribute source to separate directory.Tor Egge2016-10-181-2/+1
|
* GC unused includes.Henning Baldersheim2016-09-213-3/+0
|
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-152-3/+3
|
* better handling of empty tensorsHaavard2016-09-072-6/+6
|
* Factor out AsTensor and AsEmptyTensor to test library.Tor Egge2016-08-304-109/+4
| | | | | | Return error value when constant is not found. Use emplace when inserting into map. Correct comments.
* Add constant feature blueprint and constant feature executor.Tor Egge2016-08-304-0/+154
|
* Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
|
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-151-1/+1
| | | | | | | | | | | | * First script runs out of source. * Call scripts from source directory. * One more test passing. * Searchcore tests pass out of source. * Searchlib tests run out of source:
* use cmathArne Juul2016-06-271-11/+12
| | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions * use <cstdlib> for std::abs() with integral types
* countMatches -> matchCountHenning Baldersheim2016-06-242-15/+15
|
* Update comments after feedback in https://github.com/yahoo/vespa/pull/193.Henning Baldersheim2016-06-241-1/+1
|
* Use set -e to get the test to fail.Henning Baldersheim2016-06-231-1/+3
|
* countMatches only takes field as parameter.Henning Baldersheim2016-06-231-3/+1
|
* countmatches -> countMatchesHenning Baldersheim2016-06-231-25/+11
|
* Let the test fail when there is an error.Henning Baldersheim2016-06-232-4/+3
|
* Add incorrect test for countmatches.Henning Baldersheim2016-06-232-105/+104
|
* Create empty tensor with correct tensor type in attribute and query features.Geir Storli2016-06-221-16/+36
|