summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for indirect map lookup key.Tor Egge2018-09-071-0/+14
* Further reduce number of test values.Tor Egge2018-09-061-8/+8
* Extend AttributeNode test to also test AttributeKeyedNode.Tor Egge2018-09-061-1/+28
* Reduce number of test values.Tor Egge2018-09-061-28/+28
* Add unit test for AttributeNode.Tor Egge2018-09-042-0/+396
* Propagate mutability from config and add test for same.Henning Baldersheim2018-08-301-0/+6
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-282-3/+3
* Only allow query time modification of attributes marked mutable.Henning Baldersheim2018-08-271-2/+10
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-274-72/+34
* Merge pull request #6636 from vespa-engine/balder/add-attribute_operationHenning Baldersheim2018-08-234-71/+237
|\
| * Extend to test all resultset types.Henning Baldersheim2018-08-232-21/+58
| * Move AttributeOperation and AttributeFunctor to searc::attributeHenning Baldersheim2018-08-222-0/+150
| * Avoid depending of ResultSet. Use more simpler types. Also remove some unused...Henning Baldersheim2018-08-221-71/+2
| * Add test for the controling properties.Henning Baldersheim2018-08-201-0/+48
* | Use std::make_xxxHenning Baldersheim2018-08-206-296/+150
|/
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-177-18/+18
* Remove unused getIndexName method.Tor Egge2018-08-171-11/+0
* Remove snapshot concept accessHenning Baldersheim2018-08-171-7/+0
* Remove attribute vector saveAs method with two arguments.Tor Egge2018-08-172-2/+2
* Pass file name to attribute vector save method.Tor Egge2018-08-171-2/+2
* Merge pull request #6579 from vespa-engine/balder/deinline-for-gcc-8Henning Baldersheim2018-08-151-2/+7
|\
| * Deinline for gcc 8Henning Baldersheim2018-08-151-2/+7
* | expose 2nd phase candidates as a referencing sorted hit sequenceHåvard Pettersen2018-08-143-30/+31
* | added sorted hit sequence with testHåvard Pettersen2018-08-142-0/+36
|/
* Pass stringref by valueHenning Baldersheim2018-08-103-5/+5
* Remove unused code only used in testsHenning Baldersheim2018-07-271-4/+8
* Select the hits to rerank in the selectBest part instead of a later copy.Henning Baldersheim2018-07-271-12/+0
* Add test for getSortedHeapHitsHenning Baldersheim2018-07-261-2/+13
* Fix up clang-tidy warningsHenning Baldersheim2018-07-261-64/+56
* Remove stringref::c_str()Tor Brede Vekterli2018-07-252-4/+4
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-1/+1
* Properly test writethrough on UPDATE strategyHenning Baldersheim2018-07-191-14/+37
* Properly test both INVALIDATE and UPDATE strategy. Fix bug with incorrect siz...Henning Baldersheim2018-07-191-4/+57
* Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-191-26/+27
* test returned value alsoArne Juul2018-07-163-0/+5
* test new APIArne Juul2018-07-132-0/+5
* test new APIArne Juul2018-07-131-0/+37
* add unit test for appendPosition()Arne Juul2018-07-091-0/+44
* Ensure that all attribute iterators expose the search context creating the it...Geir Storli2018-06-251-0/+46
* some more cleanupArne Juul2018-06-204-15/+8
* move LOG_SETUP after other includesArne Juul2018-06-2018-56/+54
* add and use HDR_ABORT insteadArne Juul2018-06-201-2/+3
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-206-19/+115
|\
| * Add test for getNamePrefixHenning Baldersheim2018-06-181-2/+19
| * - Remove the execute(string, ...) and force the use of ExecutorId.Henning Baldersheim2018-06-171-6/+5
| * Merge pull request #6190 from vespa-engine/lesters/random-normal-matchGeir Storli2018-06-152-6/+51
| |\
| | * Rename feature randomNormalMatch -> randomNormalStableLester Solbakken2018-06-152-16/+16
| | * Move match version of random normal to it's own featureLester Solbakken2018-06-142-23/+45
| | * Remove unnecessary logging in unit testLester Solbakken2018-06-141-2/+0
| | * Fix random normal match testLester Solbakken2018-06-141-6/+21