summaryrefslogtreecommitdiffstats
path: root/searchsummary
Commit message (Collapse)AuthorAgeFilesLines
* Handle RES_TENSOR tooHenning Baldersheim2017-01-221-1/+1
|
* Use serialized tensors in docsum blobs instead of slime objects.Tor Egge2017-01-1810-26/+58
| | | | Pass tensors as serialized tensors in slime version of docsum blob.
* Also include what it takes to make gcc 6 happy.Henning Baldersheim2016-12-201-1/+2
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-204-86/+43
|
* decouple slime from config.Henning Baldersheim2016-12-195-17/+13
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
|
* Decouple includes.Henning Baldersheim2016-12-1610-59/+54
|
* Remove not needed includes.Henning Baldersheim2016-12-151-3/+0
|
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-153-28/+14
|
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-121-3/+2
|
* Targeted includeHenning Baldersheim2016-12-121-5/+1
|
* Hide implementations by using unique_ptr.Henning Baldersheim2016-12-121-1/+0
|
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-4/+4
|
* Build searchsummry+tests tooHenning Baldersheim2016-11-182-0/+5
|
* Correct previous incomplete detanglingHenning Baldersheim2016-11-173-5/+5
|
* Break some more large include dependencies.Henning Baldersheim2016-11-1718-39/+58
|
* Explain that the error is actually expected during lidspace compaction and ↵Henning Baldersheim2016-10-311-1/+1
| | | | hence it is not an error.
* Move tensor attribute source to separate directory.Tor Egge2016-10-181-1/+1
|
* Just get the term and th eindex name directly from the iterator.Henning Baldersheim2016-09-243-47/+41
|
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-141-0/+4
|
* Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
|
* Merge pull request #446 from ↵Tor Egge2016-08-231-11/+12
|\ | | | | | | | | yahoo/geirst/fix-bolding-when-advanced-query-terms-are-used Make sure unhandled query items are ignored by juniper instead of mak…
| * Make sure unhandled query items are ignored by juniper instead of making ↵Geir Storli2016-08-231-11/+12
| | | | | | | | bolding fail.
* | Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Merge pull request #251 from yahoo/arnej/ubuntu-libs-usedHenning Baldersheim2016-06-281-0/+1
|\ | | | | link with libraries used
| * link with libraries usedarnej279592016-06-281-0/+1
| | | | | | | | | | | | * fastos uses dlopen(), link with -ldl if needed * fsamanagers uses pthread functions, link with thread library * searchsummary uses compress(), link with zlib
* | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-283-4/+6
|/ | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* use cmathArne Juul2016-06-273-2/+3
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-164-4/+4
|
* PublishJon Bratseth2016-06-15105-0/+9281