aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* GC unused assert includesHenning Baldersheim2023-05-171-1/+21
* Remove unused method.Henning Baldersheim2023-05-121-2/+2
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-127-16/+24
* Pack the State a bit closer togetherHenning Baldersheim2023-05-121-2/+2
* As a single field per blueprint is the common use case, make that optimal mor...Henning Baldersheim2023-05-122-3/+3
* Move the fieldspec base vector.Henning Baldersheim2023-05-113-126/+71
* 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
* Update closeness (rawscore) and distance for the dotproduct distance metric.Geir Storli2023-05-081-13/+4
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-10/+17
* Only shrink hnsw graph as part of shrinking lid space on tensor attributeTor Egge2023-05-011-2/+7
* cleanup whitespaceArne Juul2023-04-301-1/+1
* add unit testArne Juul2023-04-281-0/+162
* remove unused distance functionsArne Juul2023-04-273-86/+18
* no need to convert cells in DistanceCalculator anymoreArne Juul2023-04-271-3/+3
* Merge pull request #26849 from vespa-engine/arnej/add-bound-hammingGeir Storli2023-04-261-97/+103
|\
| * add BoundHammingDistanceArne Juul2023-04-251-0/+6
| * add BoundGeoDistanceArne Juul2023-04-251-97/+97
* | Remove bad constexpr.Tor Egge2023-04-261-1/+1
* | Merge pull request #26850 from vespa-engine/geirst/nearest-neighbor-target-hi...Geir Storli2023-04-251-6/+6
|\ \ | |/ |/|
| * Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-251-6/+6
* | Merge pull request #26846 from vespa-engine/arnej/bound-prenormalized-3Arne H Juul2023-04-251-5/+94
|\ \
| * | extended testArne Juul2023-04-251-7/+35
| * | add BoundPrenormalizedAngularDistanceArne Juul2023-04-251-0/+61
* | | 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
|/ /
* / Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-2/+2
|/
* also add BoundEuclideanDistanceArne Juul2023-04-241-9/+73
* Merge pull request #26791 from vespa-engine/arnej/bound-angularArne H Juul2023-04-201-18/+54
|\
| * add BoundAngularDistanceArne Juul2023-04-201-18/+54
* | add two names for distance metricsArne Juul2023-04-201-0/+1
|/
* Merge pull request #26783 from vespa-engine/arnej/refactor-with-bound-distanceArne H Juul2023-04-204-19/+43
|\
| * follow-up after reviewArne Juul2023-04-192-6/+6
| * add mimimal version of BoundDistanceFunctionArne Juul2023-04-194-19/+43
* | Add unit test for nearest neighbor query node.Tor Egge2023-04-191-0/+37
|/
* 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
* Empty string is now a valid keyHenning Baldersheim2023-04-131-1/+4
* Always add the default value to the StringAttribute, and assert that it is pr...Henning Baldersheim2023-04-131-9/+9
* Test both with and without enum optimizationHenning Baldersheim2023-04-132-14/+22
* Handle 16k page size.Tor Egge2023-04-121-0/+4
* Remove array size from BufferFreeList.Tor Egge2023-04-113-24/+24
* Change buffer state accounting from elements to entries.Tor Egge2023-04-044-47/+47
* Rename member variables in BufferTypeBase:Tor Egge2023-04-041-2/+2
* Use ElemT as template argument for MappingTestBaseTor Egge2023-04-031-10/+10
* Add add_doc helper function.Tor Egge2023-03-311-46/+22
* Add TensorExtAttribute.Tor Egge2023-03-311-0/+124
* Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-242-2/+4
* Use explicit instantiation of MultiValueNumericAttributeTor Egge2023-03-241-1/+1