aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/i_enum_store_dictionary.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-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-2/+3
* Add EntryRefFilter class.Tor Egge2021-12-061-2/+19
* Filter early on buffer id and pass vector of entries in normalize_posting_listsTor Egge2021-12-031-0/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* IndexSet -> IndexList and unify on 'using' directives.Henning Baldersheim2021-06-151-10/+10
* Use a list instead of a set to make building faster.Henning Baldersheim2021-06-141-1/+1
* Use more specific member function name for normalizing posting lists.Tor Egge2021-03-241-1/+1
* Reduce direct usage of EnumStoreDictionary B-tree.Tor Egge2021-03-231-1/+0
* Hide dictionary B-tree from posting store.Tor Egge2021-03-231-0/+1
* Reduce exposure of EnumStoreDictionary BTree for attribute vector loading.Tor Egge2021-03-221-2/+0
* Update unordered dictionary.Tor Egge2021-03-181-0/+1
* Use IEnumStoreDictionary in IDocumentWeightAttribute implementations.Tor Egge2021-03-171-0/+3
* Add remap_index member function to IEnumStoreDictionary.Tor Egge2021-03-161-0/+1
* Add clear_all_posting_lists method to dictionary.Tor Egge2021-03-151-0/+1
* Move portion of posting list update to dictionary.Tor Egge2021-03-151-0/+2
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-13/+13
* Style changes and function renaming in enum store dictionary.Geir Storli2019-09-131-7/+5
* Remove unused functions.Geir Storli2019-09-131-3/+0
* Rename functions used to free unused values in enum store.Geir Storli2019-09-131-3/+3
* Rename fixupRefCount(s) -> set_ref_count(s).Geir Storli2019-09-131-1/+1
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-111-1/+1
* Remove unused functions.Geir Storli2019-09-101-1/+0
* Simplify how we iterate the set of unique values when saving an enumerated at...Geir Storli2019-09-101-1/+0
* Simplify how dictionary is populated when loading enum store.Geir Storli2019-09-041-1/+0
* Add EnumStoreFoldedDictionary class, used when multiple entriesTor Egge2019-09-031-4/+2
* Add interface for an enum store.Geir Storli2019-08-281-19/+7
* Rename UniqueStoreDictionaryBase -> IUniqueStoreDictionary.Geir Storli2019-08-271-1/+1
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-271-0/+75