aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchable
Commit message (Expand)AuthorAgeFilesLines
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-203-14/+17
* Move normalize_class_name to vespalib.Tor Egge2024-03-141-23/+2
* Remove optimization for single term searching in wset string/int attribute.Geir Storli2024-01-231-29/+0
* Align naming of test and iterator for low-level posting list access.Geir Storli2023-12-191-3/+3
* Create weighted set blueprints for InTerm.Tor Egge2023-11-272-0/+51
* Prepare for direct btree posting list iterators with only docids.Geir Storli2023-11-271-1/+1
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-231-1/+1
* Clearly separate convenience methods only used for testing.Henning Baldersheim2023-11-071-1/+1
* Sameelement behaves like an and with extra constraints.Henning Baldersheim2023-11-071-2/+2
* Update copyrightJon Bratseth2023-10-094-4/+4
* Normalize class names in attribute weighted set blueprint test.Tor Egge2023-09-291-4/+27
* - Single filter terms can be lifted out from weighted sets.Henning Baldersheim2023-09-231-28/+71
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-2/+2
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-2/+2
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-121-2/+4
* no need to convert cells in DistanceCalculator anymoreArne Juul2023-04-271-3/+3
* Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-241-1/+2
* 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