aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchcontext
Commit message (Expand)AuthorAgeFilesLines
* Rename searchlib library to vespa_searchlib.Tor Egge8 days1-1/+1
* tag blueprints with strictnessHåvard Pettersen2024-03-201-11/+11
* Rewrite attribute search context unit test to gtest.Tor Egge2024-02-181-179/+111
* Tag hit estimates from attribute search contexts as unknown when applicable.Geir Storli2024-02-021-4/+32
* GC unused feature flags related to rollout of multithreaded fetch postings an...Henning Baldersheim2023-12-191-1/+1
* Better naming and simpler code.Henning Baldersheim2023-12-151-1/+1
* - Add a doom that will not expire until it does not matter anymore.Henning Baldersheim2023-12-151-3/+3
* Use provided thread bundle to compute effective range in parallel.Henning Baldersheim2023-12-121-9/+31
* If limit not reached after a certain amount iterators, estimate how many iter...Henning Baldersheim2023-11-211-1/+39
* Clearly separate convenience methods only used for testing.Henning Baldersheim2023-11-071-2/+2
* Update copyrightJon Bratseth2023-10-093-3/+3
* Store a limited number of posting list indexes in countHits() toTor Egge2023-09-271-0/+20
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* Avoid ambiguity when calling fill_array member function in attribute builder.Tor Egge2022-11-031-2/+4
* Use AttributeBuilder in searchcontext unit tests.Geir Storli2022-10-281-219/+79
* Verify that single dictionary entry from lookupRange() is a match.Tor Egge2022-10-251-9/+6
* Remove unused variables.Tor Egge2022-09-231-2/+0
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-0/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-1/+8
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-3/+3
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-0/+72
* Remove stringop-overflow warning (searchlib).Tor Egge2022-02-261-1/+1
* Propagate memory allocator to growable bitvector in SingleBoolAttribute.Tor Egge2022-02-151-1/+1
* use more accessorsArne H Juul2021-11-121-17/+17
* Include only what is needed.Henning Baldersheim2021-10-291-0/+1
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-30/+31
* Remove includes no longer necessary.Henning Baldersheim2021-02-251-2/+2
* - Add the cost to expensive tests.Henning Baldersheim2021-01-131-1/+1
* Use stricter version of dynamic_cast.Tor Egge2021-01-041-1/+1
* Add noexcept specifiers to non-throwing constructors and operators.Tor Egge2020-12-051-2/+2
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* - Handle more than 64k hits in the element vector.Henning Baldersheim2020-05-181-52/+42
* Correctly handle search for "false" in the underlying search context of singl...Geir Storli2020-01-281-17/+108
* Rename searchcontext.cpp -> searchcontext_test.cppGeir Storli2020-01-282-1/+1
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-8/+9
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-9/+8
* Follow up review comments.Henning Baldersheim2020-01-021-2/+2
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-8/+9
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Fix setup of same element iterator to use the attribute search context from t...Geir Storli2019-11-011-47/+0
* Handle udat attribute files.Geir Storli2019-08-201-0/+1
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-191-21/+28
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* clion recommended cleanup while browsing test.Henning Baldersheim2018-12-191-33/+31
* UINT1 -> BOOLHenning Baldersheim2018-12-161-1/+1
* Add test for range search and also fetch postings with correct strictness.Henning Baldersheim2018-12-061-25/+35
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-171-3/+3
* expose 2nd phase candidates as a referencing sorted hit sequenceHåvard Pettersen2018-08-141-1/+1