summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute
Commit message (Expand)AuthorAgeFilesLines
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-4/+18
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-271-1/+1
* Merge pull request #27817 from vespa-engine/revert-27773-revert-27643-balder/...Henning Baldersheim2023-07-273-127/+59
|\
| * Require non-filter attribute to enable dwa, as its support is incomplete.Henning Baldersheim2023-07-191-2/+2
| * Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-194-129/+61
* | Prefer std::filesystem::exists over FastOS_StatInfoHenning Baldersheim2023-07-251-27/+20
|/
* Reduce use of vespalib::unlink.Tor Egge2023-07-171-5/+5
* Use std::filesystem::remove in attribute file writer unit test.Tor Egge2023-07-141-2/+2
* Revert "- Consolidate on isFilter."Tor Egge2023-07-144-61/+129
* Revert "- Pack data closer to let config fit in 2 cache lines instead of 4."Tor Egge2023-07-141-1/+1
* Revert "- Enable use of optimized DirectWeightedAttribute for all integer att...Tor Egge2023-07-112-8/+8
* Revert "Enable DirectWeightedAttribute optmization also for arrays."Henning Baldersheim2023-07-061-48/+14
* Revert "- Use a single templated fixture to avoid copy-paste errors when exte...Henning Baldersheim2023-07-061-13/+24
* Merge pull request #27653 from vespa-engine/balder/reduce-copy-paste-mutateHenning Baldersheim2023-07-061-24/+13
|\
| * - Use a single templated fixture to avoid copy-paste errors when extending te...Henning Baldersheim2023-07-061-24/+13
* | Merge pull request #27646 from vespa-engine/balder/avoid-plt-indirectionHenning Baldersheim2023-07-061-1/+1
|\ \ | |/ |/|
| * - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-061-1/+1
* | Enable DirectWeightedAttribute optmization also for arrays.Henning Baldersheim2023-07-061-14/+48
|/
* - Enable use of optimized DirectWeightedAttribute for all integer attributes.Henning Baldersheim2023-07-052-8/+8
* - Consolidate on isFilter.Henning Baldersheim2023-07-054-129/+61
* Adjust value type to match what is tested.Tor Egge2023-07-041-4/+4
* Add sort blob writers.Tor Egge2023-07-042-0/+353
* Add max buffer size parameter to array store dynamic type mapper.Tor Egge2023-06-261-2/+2
* Cleanup multi value mapping unit test.Tor Egge2023-06-211-6/+6
* Switch to dynamic type mapper for multi value mapping.Tor Egge2023-06-191-12/+12
* Simplify RawBufferStore and remove RawBufferTypeMapper.Tor Egge2023-06-192-124/+0
* Store entry size in BufferTypeBase.Tor Egge2023-06-131-12/+12
* Add Doom to hnsw index.Tor Egge2023-05-311-2/+9
* - Use a rwlock as reading surpasses writing by a very large factor.Henning Baldersheim2023-05-252-4/+5
* Merge pull request #27182 from vespa-engine/toregge/save-and-load-hnsw-max-sq...Geir Storli2023-05-231-4/+37
|\
| * Store max squared norm in file header during hnsw index save when usingTor Egge2023-05-231-4/+37
* | Extract ucs4 and take ownership to avoid the dirty code using a mutext protec...Henning Baldersheim2023-05-231-2/+2
|/
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-121-2/+4
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-092-2/+0
* Use shared_ptr for the read guardHenning Baldersheim2023-05-093-5/+5
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-10/+17
* cleanup whitespaceArne Juul2023-04-301-1/+1
* no need to convert cells in DistanceCalculator anymoreArne Juul2023-04-271-3/+3
* Add checks for number of documents in target attribute.Tor Egge2023-04-252-0/+4
* Check target attribute lid range.Tor Egge2023-04-253-1/+30
* add two names for distance metricsArne Juul2023-04-201-0/+1
* add mimimal version of BoundDistanceFunctionArne Juul2023-04-191-7/+10
* Pass default value to enum store.Tor Egge2023-04-171-1/+1
* Test move of default values during EnumStore compaction.Tor Egge2023-04-171-2/+57
* Ensure that default value is present in enum store.Tor Egge2023-04-143-31/+38
* Test both with and without enum optimizationHenning Baldersheim2023-04-131-1/+0
* Handle 16k page size.Tor Egge2023-04-121-0/+4
* Remove array size from BufferFreeList.Tor Egge2023-04-111-16/+16
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-20/+20
* Rename member variables in BufferTypeBase:Tor Egge2023-04-041-2/+2