summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* GC unused 'partitionid' and various other members of MonitorReply that are lo...Henning Baldersheim2021-06-262-14/+1
* dry run onnx models on setupHåvard Pettersen2021-06-234-3/+78
* also test tensorFromLabels with single-value integer attributeArne Juul2021-06-181-0/+18
* Expose bug reletate to initialization of most costly features K computation.Henning Baldersheim2021-06-112-23/+53
* Clean up code layout and GC unused members. No semtic changes.Henning Baldersheim2021-06-095-23/+23
* Move roundUp2inN<T> to vespalib.Henning Baldersheim2021-06-041-1/+1
* If there are hickups in the feed chain preventing normal commit rate, we need...Henning Baldersheim2021-06-041-8/+41
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-032-12/+19
* use explicit expression nameHåvard Pettersen2021-06-021-11/+11
* Reenable tensor attribute compaction test.Tor Egge2021-06-011-8/+10
* external ranking expressionsHåvard Pettersen2021-05-201-6/+23
* Revert "external ranking expressions"Harald Musum2021-05-201-23/+6
* external ranking expressionsHåvard Pettersen2021-05-181-6/+23
* support functional constantsHåvard Pettersen2021-05-111-1/+45
* Allow more rounding errors for small (zero) distances.Tor Egge2021-05-011-4/+9
* Add explicit casts to char, to avoid warning when char is unsigned.Tor Egge2021-04-302-2/+2
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-306-6/+6
* Add testing of too short strings.Henning Baldersheim2021-04-231-0/+6
* - Prevent the rewrite that happens with equiv and phrase to handle floating p...Henning Baldersheim2021-04-221-0/+18
* Support both case sensitive, and case-insensitive search in non-fast-search a...Henning Baldersheim2021-04-221-0/+80
* Drop incomplete dictionary snapshots.Tor Egge2021-04-211-17/+0
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-203-12/+11
* Merge pull request #17494 from vespa-engine/balder/various-comparator-cleanupHenning Baldersheim2021-04-201-4/+4
|\
| * Avoid the need for 'prefix' for types where it does not make sense.Henning Baldersheim2021-04-191-4/+4
* | Add consider_compact methods to posting store.Tor Egge2021-04-201-6/+31
|/
* Add member functions for scanning dictionary and compacting posting store.Tor Egge2021-04-191-26/+35
* Add compaction of PostingStore.Tor Egge2021-04-162-0/+232
* Merge pull request #17403 from vespa-engine/toregge/compact-enum-store-dictio...Henning Baldersheim2021-04-141-0/+65
|\
| * Compact enum store dictionary when needed.Tor Egge2021-04-131-0/+65
* | actually wants floatArne Juul2021-04-132-2/+3
* | let the distance function decide how it wants the query tensor convertedArne Juul2021-04-123-3/+3
* | test a bit moreArne Juul2021-04-121-1/+27
* | fix NNS distance for new cell typesArne Juul2021-04-124-5/+9
|/
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-124-9/+5
* Merge pull request #17342 from vespa-engine/arnej/redo-nn-distance-for-new-ce...Arne H Juul2021-04-124-5/+9
|\
| * fix NNS distance for new cell typesArne Juul2021-04-094-5/+9
* | Add CompactionStrategy methods to determine if compaction should be performed.Tor Egge2021-04-093-9/+4
|/
* Avoid noncompliant use of std::is_sorted (The comparison function did notTor Egge2021-04-081-0/+2
* Sort unique values during load if needed.Tor Egge2021-04-082-3/+24
* Rename unit test type parameters.Tor Egge2021-04-061-24/+24
* Downgrade to string in case of trouble.Henning Baldersheim2021-03-311-1/+2
* Merge pull request #17226 from vespa-engine/balder/dotproduct-as-termHenning Baldersheim2021-03-3011-187/+205
|\
| * Add testing of multiterm and allow mixing and matching of string vs integer.Henning Baldersheim2021-03-301-0/+71
| * - Use a LookupKey to further delay data conversion until we know it is necess...Henning Baldersheim2021-03-291-17/+8
| * - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-2910-170/+126
* | Merge pull request #17234 from vespa-engine/oregge/hash-only-unique-store-dic...Henning Baldersheim2021-03-302-11/+51
|\ \
| * | Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-302-11/+51
* | | Avoid dynamic castHenning Baldersheim2021-03-301-9/+9
|/ /
* | Add missing move operators that avoid alot of copying when dealing with vecto...Henning Baldersheim2021-03-292-12/+23
* | Add noexcept specifier to lambda.Tor Egge2021-03-291-1/+1
|/