aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchable/attribute_searchable_adapter_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-201-2/+3
* 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-271-0/+34
* Prepare for direct btree posting list iterators with only docids.Geir Storli2023-11-271-1/+1
* Clearly separate convenience methods only used for testing.Henning Baldersheim2023-11-071-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-2/+2
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-2/+2
* 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
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-291-20/+20
* 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
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-251-3/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-4/+5
* finish rewrite to use GeoLocationArne Juul2020-07-151-18/+32
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-291-0/+9
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-3/+3
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-3/+3
* Follow up review comments.Henning Baldersheim2020-01-021-1/+1
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-3/+3
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-281-0/+1
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-281-2/+2
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-7/+15
* some more cleanupArne Juul2018-06-201-1/+1
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+4
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-7/+7
* make the test pass again as the code was already correct.Henning Baldersheim2018-04-031-1/+1
* Add test to prove that the filter aspect is correctly handled also for the Di...Henning Baldersheim2018-04-031-1/+22
* Cleanup formatting.Henning Baldersheim2018-03-241-32/+18
* Revert "Revert "Balder/do not use your own docidlimit""Henning Baldersheim2017-06-221-1/+1
* Revert "Balder/do not use your own docidlimit"Henning Baldersheim2017-06-221-1/+1
* init correct range on attribute iterators.Henning Baldersheim2017-06-221-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-1/+1
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-1/+1
* Handle missing attribute in attribute blueprint factory.Tor Egge2017-04-221-5/+16
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-15/+31
* Child must move, parent is by definition stuck on the couch.Henning Baldersheim2016-09-151-9/+12
* PublishJon Bratseth2016-06-151-0/+689