aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/direct_multi_term_blueprint.hpp
Commit message (Expand)AuthorAgeFilesLines
* Share code to calculate FlowStats based on IDirectPostingStore::LookupResult.Geir Storli2024-04-231-15/+2
* Use better non-strict cost estimates for btree and disk index iterators.Geir Storli2024-04-191-2/+3
* Adjust strict cost of intermediate / complex leaf blueprints.Geir Storli2024-04-151-2/+2
* Re-adjust cost model params for IN/weightedSet/dotProduct.Geir Storli2024-04-151-0/+30
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-201-4/+4
* Support hash filter iterator in DirectMultiTermBlueprint.Geir Storli2024-01-191-2/+47
* Stop using MultiTermOrFilterSearch for InTerm and WeightedSetTerm.Geir Storli2024-01-181-20/+6
* Support the IN query operator in DirectMultiTermBlueprint.Geir Storli2024-01-051-14/+25
* Rename DocumentWeightOrFilterSearch to MultiTermOrFilterSearch.Geir Storli2023-12-181-2/+2
* Support direct posting store API for single integer attributes.Geir Storli2023-12-131-11/+11
* Generalize DirectMultiTermBlueprint for different direct posting store types.Geir Storli2023-12-121-23/+23
* Handle combination of both weight iterators and bitvectors in DirectMultiTerm...Geir Storli2023-11-301-18/+93
* Rename DirectWeightedSetBlueprint to DirectMultiTermBlueprint.Geir Storli2023-11-241-0/+67