aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14239 from vespa-engine/geirst/memory-usage-tracking-in-d...Geir Storli2020-09-021-1/+3
|\
| * Enable free lists for DirectTensorStore.Geir Storli2020-09-021-1/+3
* | Merge pull request #14245 from vespa-engine/aressem/add-cost-to-expensive-cpp...Harald Musum2020-09-022-2/+2
|\ \ | |/ |/|
| * Annotate some expensive tests to allow them to start first when running in pa...Arnstein Ressem2020-09-022-2/+2
* | add DirectTensorAttribute implementationArne Juul2020-09-011-15/+56
|/
* Extend Document weight attribute interface to use dictionary snapshotTor Egge2020-08-282-7/+56
* finish rewrite to use GeoLocationArne Juul2020-07-152-31/+52
* GC some unused codeArne Juul2020-07-151-1/+0
* Consolidate search for GTest.Tor Egge2020-07-079-9/+0
* Make indexing to hnsw index multi-threaded as default.Geir Storli2020-07-061-3/+12
* Merge pull request #13742 from vespa-engine/toregge/use-find-package-to-find-...Geir Storli2020-06-307-7/+14
|\
| * Use find_package to find gtest library.Tor Egge2020-06-297-7/+14
* | Merge pull request #13728 from vespa-engine/toregge/extend-document-weight-or...Geir Storli2020-06-292-1/+60
|\ \ | |/ |/|
| * Extend unit test for document weight or filter search.Tor Egge2020-06-292-1/+60
* | Merge pull request #13721 from vespa-engine/arnej/innerproduct-distance-metricArne H Juul2020-06-291-0/+7
|\ \ | |/ |/|
| * add "InnerProduct" distance metricArne Juul2020-06-251-0/+7
* | Add filter iterators for weighted set blueprints.Tor Egge2020-06-252-0/+213
|/
* Check brute force limit in nearest neighbor blueprint.Tor Egge2020-06-231-2/+14
* Merge pull request #13645 from vespa-engine/geirst/multi-threaded-hnsw-indexi...Geir Storli2020-06-191-3/+6
|\
| * Wire flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-3/+6
* | Wire in nearest neighbor brute force limit.Tor Egge2020-06-191-1/+1
|/
* Add support for updating a nearest neighbor index in two phases.Geir Storli2020-06-181-13/+74
* remove stub implementations in NearestNeighborIndexArne Juul2020-06-111-0/+9
* Merge pull request #13501 from vespa-engine/arnej/global-filter-after-fetch-p...Arne H Juul2020-06-091-2/+2
|\
| * no fallback to brute force for nowArne Juul2020-06-081-2/+2
* | Remove unused variable in attribute blueprint test.Tor Egge2020-06-081-1/+0
|/
* Implement createFilterSearch() for attribute field blueprint.Geir Storli2020-05-271-20/+41
* Rewrite to use AttributeFactory to create attributes.Geir Storli2020-05-271-35/+66
* Modernize code with 'using' and 'auto'.Geir Storli2020-05-271-9/+9
* Test merge with, all, none, and someHenning Baldersheim2020-05-181-3/+3
* - Handle more than 64k hits in the element vector.Henning Baldersheim2020-05-183-52/+179
* Merge pull request #13234 from vespa-engine/arnej/use-global-filter-in-nn-blu...Arne H Juul2020-05-141-1/+80
|\
| * refactor testsArne Juul2020-05-141-72/+79
| * unit test blueprint's handling of global filterArne Juul2020-05-131-0/+72
* | Merge pull request #13229 from vespa-engine/geirst/distance-metric-when-not-h...Geir Storli2020-05-132-3/+15
|\ \ | |/ |/|
| * Support specifying a distance metric for nearest neighbor search when not hav...Geir Storli2020-05-122-3/+15
* | allow filter in HNSW indexArne Juul2020-05-111-0/+10
|/
* Test roundtrip serialization of total value count and unique value count.Tor Egge2020-05-081-0/+2
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-047-24/+24
* Add attribute file header tag for type of nearest neighbor index.Tor Egge2020-04-291-5/+21
* Prepare for renaming namespace search::btree to vespalib::btree andTor Egge2020-04-281-2/+2
* Merge pull request #13058 from vespa-engine/toregge/ignore-hnsw-index-save-fi...Geir Storli2020-04-271-15/+87
|\
| * Fix typos in test descriptions.Tor Egge2020-04-271-2/+2
| * Ignore hnsw index attribute save file if major parameters are changed.Tor Egge2020-04-241-15/+87
* | Move BufferWriter back to searchlib.Tor Egge2020-04-253-3/+3
* | Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-254-8/+8
|/
* Handle AssignValueUpdate inside MapValueUpdate.Tor Egge2020-04-171-13/+17
* Add hnsw index params to attribute header if set.Geir Storli2020-04-062-0/+86
* Test that hnsw index is integrated in dense tensor attribute.Geir Storli2020-03-311-11/+49
* Implement saving and loading of nearest neighbor index.Geir Storli2020-03-313-30/+72