aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/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-12/+12
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-36/+37
* Add EntryRefFilter class.Tor Egge2021-12-061-2/+3
* 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-20/+18
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-0/+1
* Reduce EnumStoreDictionary B-tree exposure.Tor Egge2021-03-241-2/+0
* Track name change from ordered / unordered to btree / hash.Tor Egge2021-03-241-6/+6
* 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-3/+0
* Update unordered dictionary.Tor Egge2021-03-181-1/+4
* Wire in ordering enum in EnumStore.Tor Egge2021-03-171-5/+5
* Use IEnumStoreDictionary in IDocumentWeightAttribute implementations.Tor Egge2021-03-171-0/+5
* Add remap_index member function to IEnumStoreDictionary.Tor Egge2021-03-161-1/+3
* 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/+3
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-24/+24
* Cleanup explicit template instantiation.Tor Egge2020-04-281-45/+48
* Verify that corresponding posting list is empty before removingTor Egge2019-09-231-0/+1
* Style changes and function renaming in enum store dictionary.Geir Storli2019-09-131-9/+7
* Remove unused functions.Geir Storli2019-09-131-4/+0
* Rename functions used to free unused values in enum store.Geir Storli2019-09-131-6/+6
* 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-12/+12
* 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-6/+24
* Add interface for an enum store.Geir Storli2019-08-281-29/+29
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-271-0/+158