aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/attribute_weighted_set_blueprint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Share code to calculate FlowStats based on attribute::HitEstimate.Geir Storli2024-04-231-17/+7
* force strictness where allowed and cheaperHåvard Pettersen2024-04-041-1/+1
* use thread_local for blueprint optionsHåvard Pettersen2024-03-251-1/+1
* tag blueprints with strictnessHåvard Pettersen2024-03-201-8/+14
* baseline flow stats for complex leafsHåvard Pettersen2024-02-131-3/+21
* make default flow stats more explicitHåvard Pettersen2024-02-061-0/+6
* Tag hit estimates from attribute search contexts as unknown when applicable.Geir Storli2024-02-021-1/+1
* Support hash filter iterator in DirectMultiTermBlueprint.Geir Storli2024-01-191-3/+5
* Rename MultiTermFilter to MultiTermHashFilter.Geir Storli2024-01-161-2/+2
* Wire in thread bundle to execute info and request context.Henning Baldersheim2023-12-121-1/+1
* Make multi-term filter iterator available for other blueprints.Geir Storli2023-12-081-62/+25
* Update copyrightJon Bratseth2023-10-091-1/+1
* Lift out single iterators if either field is filter, or termfieldmatchdata is...Henning Baldersheim2023-09-281-1/+1
* - Single filter terms can be lifted out from weighted sets.Henning Baldersheim2023-09-231-9/+10
* Simplify and cleanupHenning Baldersheim2023-09-221-9/+4
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-2/+2
* Don't calculate score or weights when unpacking for a term inTor Egge2022-06-011-1/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add filter iterators for weighted set blueprints.Tor Egge2020-06-251-0/+17
* add TODOs about further use of unique_ptrArne Juul2020-06-051-0/+1
* Use suitable datatype for enum and used and based moduloHenning Baldersheim2020-03-181-7/+11
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-3/+3
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-3/+3
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-3/+3
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-3/+3
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-3/+11
* Add some more details to assist debugging.Henning Baldersheim2018-07-231-4/+22
* use new APIArne Juul2018-07-131-15/+7
* use internal match data for common dummy term field match dataHåvard Pettersen2017-09-251-2/+7
* Use nested namespaceHenning Baldersheim2017-08-031-4/+2
* Include lessHenning Baldersheim2017-07-251-0/+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
* Use overrideHenning Baldersheim2017-04-041-3/+3
* Move search::attribute::ISearchContext to searchcommon in preparation of exte...Geir Storli2017-03-141-1/+1
* Implement and_hits_into for AttributeFilter tooHenning Baldersheim2017-02-211-1/+7
* Allow termwise evalHenning Baldersheim2017-02-071-0/+1
* Another const &Henning Baldersheim2016-12-211-1/+1
* const &Henning Baldersheim2016-12-211-1/+1
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-11/+11
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-0/+1
* Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-151-3/+0
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-4/+4
* PublishJon Bratseth2016-06-151-0/+187