summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* - Simplify code by catching exception in one place.Henning Baldersheim2021-03-291-1/+1
* - No need for _currCreator member, it can be constructed from _currFlags when...Henning Baldersheim2021-03-291-1/+1
* - Use faster std::to_chars.Henning Baldersheim2021-03-283-3/+6
* Remove experimental use of mmap file allocator for dense tensor data.Geir Storli2021-03-262-27/+4
* Track the max disk size used by a single Searchable component.Geir Storli2021-03-252-30/+39
* Reduce EnumStoreDictionary B-tree exposure.Tor Egge2021-03-241-13/+6
* Use more specific member function name for normalizing posting lists.Tor Egge2021-03-241-4/+4
* Reduce direct usage of EnumStoreDictionary B-tree.Tor Egge2021-03-231-4/+6
* Merge pull request #17122 from vespa-engine/balder/orderting-2-typeHenning Baldersheim2021-03-232-28/+28
|\
| * Use BTREE/HASH instead of ORDERED/UNORDERED.Henning Baldersheim2021-03-232-28/+28
* | Reduce EnumStoreDictionary B-tree exposure in PostingListAttribute unit test.Tor Egge2021-03-231-13/+11
* | Hide dictionary B-tree from posting store.Tor Egge2021-03-231-0/+24
|/
* Reduce exposure of EnumStoreDictionary BTree for attribute vector loading.Tor Egge2021-03-221-1/+6
* Extend EnumStore unit test to test find_frozen_index and find_posting_listTor Egge2021-03-191-0/+100
* Eliminate clang 12 warning. Specializaton of load_values causedTor Egge2021-03-181-4/+4
* Add cases with unordered enum store dictionary to enum store unit test.Tor Egge2021-03-181-34/+91
* Wire in ordering enum in EnumStore.Tor Egge2021-03-172-16/+16