aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/postingstore.h
Commit message (Expand)AuthorAgeFilesLines
* Support direct posting store API for single integer attributes.Geir Storli2023-12-131-0/+1
* Handle combination of both weight iterators and bitvectors in DirectMultiTerm...Geir Storli2023-11-301-0/+3
* Slightly less aggressive compaction of posting store.Tor Egge2023-11-141-0/+3
* More detailed posting store memory usage in attribute explorer.Geir Storli2023-11-101-2/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-191-13/+13
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-13/+13
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-13/+13
* cleanup whitespaceArne Juul2023-04-301-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-15/+15
* Alwasy use bitvector for long posting lists.Henning Baldersheim2022-09-291-1/+0
* Enable bitvector iterators when using DirectAttributeBlueprint.Tor Egge2022-06-151-0/+5
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-3/+3
* Add CompactionSpec.Tor Egge2021-12-081-2/+3
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-0/+1
* Change signatures for move() and move_btree_nodes() in BTreeStore to matchTor Egge2021-12-041-2/+1
* Enable early check for buffer being compacted when compacting posting store.Tor Egge2021-12-041-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add consider_compact methods to posting store.Tor Egge2021-04-201-0/+5
* Add member functions for scanning dictionary and compacting posting store.Tor Egge2021-04-191-0/+3
* Add compaction of PostingStore.Tor Egge2021-04-161-0/+9
* Hide dictionary B-tree from posting store.Tor Egge2021-03-231-0/+1
* Prepare for reducing direct usage of EnumPostingTree and increasing usageTor Egge2021-03-151-3/+3
* Move DefaultReclaimer from vespalib::btree to vespalib::datastore.Geir Storli2020-09-011-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-8/+8
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Rename data store getBufferEntry() -> getEntry() and change it to take entry ...Geir Storli2019-03-191-4/+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
* Code cleanup while considering options for hit estimation.Henning Baldersheim2017-06-141-92/+7
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Use overrideHenning Baldersheim2017-04-041-101/+29
* Optimize includes.Henning Baldersheim2017-01-311-7/+4
* Replace alloc functions in DataStoreT with access to allocators.Geir Storli2016-11-281-3/+3
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-3/+3
* PublishJon Bratseth2016-06-151-0/+361