summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18716 from vespa-engine/havardpe/avoid-crash-on-runtime-o...Henning Baldersheim2021-08-113-9/+12
|\
| * avoid crash on run-time onnx errorsHåvard Pettersen2021-08-113-9/+12
* | Unify on using hex for hash values.Henning Baldersheim2021-08-111-1/+1
* | Remove outdated commentHenning Baldersheim2021-08-111-4/+4
* | Properly access the feature name for hashed edges.Henning Baldersheim2021-08-111-4/+4
* | Add unit test with comment of what is incorrect with hashed partiotion edges ...Henning Baldersheim2021-08-111-2/+30
* | Refactor to avoid multiple hash lookups and code bloat.Henning Baldersheim2021-08-111-4/+3
* | Minor cleanup.Henning Baldersheim2021-08-101-24/+14
|/
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-152-21/+22
* 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