summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchable
Commit message (Expand)AuthorAgeFilesLines
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-4/+4
* Use AttributeBuilder in searchcontext unit tests.Geir Storli2022-10-281-5/+5
* Add more tests for createFilterSearch() on attribute blueprints.Geir Storli2022-10-271-32/+95
* Add a helper class to build and fill AttributeVector instances in unit tests.Geir Storli2022-10-272-58/+13
* Some c++ cleanup while reading code.Henning Baldersheim2022-09-051-1/+1
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-252-5/+6
* Auto-adjust targetHits for approximate nearest neighbor search when using pos...Geir Storli2022-05-101-1/+1
* Implement createFilterSearch() for DirectAttributeBlueprint.Geir Storli2022-04-071-0/+34
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-292-59/+47
* Remove unused variables.Tor Egge2021-03-131-1/+0
* The default implementation of SearchContext::onFind was danegrous and not thr...Henning Baldersheim2021-03-041-5/+6
* Remove includes no longer necessary.Henning Baldersheim2021-02-251-5/+1
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-252-5/+2
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-1/+1
* cleanup old includesArne Juul2020-12-081-1/+0
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-3/+4
* cleanup unused includeArne Juul2020-11-271-1/+0
* fix specArne Juul2020-10-151-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-2/+4
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-4/+5
* finish rewrite to use GeoLocationArne Juul2020-07-152-31/+52
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+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
* check that query tensor is converted correctlyArne Juul2020-03-231-6/+10
* extend NearestNeighborItemArne Juul2020-03-021-1/+1
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-292-0/+13
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-033-6/+7
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-033-7/+6
* Follow up review comments.Henning Baldersheim2020-01-021-1/+1
* Reduce code visibility.Henning Baldersheim2020-01-011-0/+1
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-313-6/+6
* Allow nearest neighbor operator where attribute tensor and query tensor have ...Geir Storli2019-12-051-7/+18
* Rewrite attributeblueprint tests to gtest.Geir Storli2019-11-262-49/+67
* Use TEST_DO.Geir Storli2019-11-211-7/+7
* Some minor simplifications and extra test case.Geir Storli2019-11-211-7/+9
* Add nearest neighbor blueprint and create it in attribute blueprint factory.Geir Storli2019-11-211-2/+111
* Fix setup of same element iterator to use the attribute search context from t...Geir Storli2019-11-011-5/+10
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-281-0/+1
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-282-3/+3
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-274-72/+34
* some more cleanupArne Juul2018-06-201-1/+1
* move LOG_SETUP after other includesArne Juul2018-06-203-10/+9
* use LOG_ABORT not just abort()Arne Juul2018-06-123-5/+9
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-203-13/+22