aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve modelling of match strategies to use in numeric range search.Geir Storli2023-10-261-3/+12
* Revert "Improve modelling of match strategies to use in numeric range search."Tor Egge2023-10-191-12/+3
* Improve modelling of match strategies to use in numeric range search.Geir Storli2023-10-191-3/+12
* Update copyrightJon Bratseth2023-10-091-1/+1
* Store a limited number of posting list indexes in countHits() toTor Egge2023-09-271-1/+2
* Call get_has_btree_dictionary once.Henning Baldersheim2023-05-231-14/+10
* Remove unused member variable in PostingListSearchContext.Tor Egge2022-11-261-2/+0
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+0
* fix more undefined behaviorHåvard Pettersen2022-06-221-2/+2
* make new bitvector when growingHåvard Pettersen2022-05-111-1/+1
* Use AtomicEntryRef as value for enum store btree dictionary with posting lists.Tor Egge2022-03-041-1/+1
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Avoid null pointer dereference.Tor Egge2021-03-311-1/+1
* Enable limited range search with hash dictionary (i.e. fallback to filtering).Tor Egge2021-03-301-0/+4
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-1/+1
* Stop requiring dictionary iterator when handling diversify over a singleTor Egge2021-03-211-13/+3
* More lookups in unordered dictionary.Tor Egge2021-03-191-0/+9
* Prepare for reducing direct usage of EnumPostingTree and increasing usageTor Egge2021-03-151-4/+5
* Convert comparator from being a simple comparator to using an explicit less m...Henning Baldersheim2021-03-091-2/+2
* GC unused typeddefs and params.Henning Baldersheim2021-03-031-2/+0
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-7/+7
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-111-1/+1
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-3/+3
* Add interface for an enum store.Geir Storli2019-08-281-1/+1
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* = defaultHenning Baldersheim2018-12-061-3/+1
* Unify on an existing typedef.Henning Baldersheim2018-11-051-11/+2
* Ensure that all attribute iterators expose the search context creating the it...Geir Storli2018-06-251-2/+4
* move LOG_SETUP after other includesArne Juul2018-06-201-2/+2
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+2
* 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
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-4/+5
* Optimize includes.Henning Baldersheim2017-01-311-5/+2
* PublishJon Bratseth2016-06-151-0/+93