aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlestringpostattribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify after code review.Geir Storli2023-12-141-7/+0
* Support direct posting store API for single string attribute.Geir Storli2023-12-141-2/+11
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-4/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add query property to control fuzzy matching algorithm.Geir Storli2023-09-211-1/+1
* Check target attribute lid range.Tor Egge2023-04-251-1/+2
* Use default value ref from enum store to handle CLEARDOC.Tor Egge2023-04-181-6/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-1/+1
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-3/+3
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-3/+3
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Reduce use of default values in parameter lists.Tor Egge2022-05-311-0/+7
* Factor out SingleStringEnumSearchContext from SingleStringAttribute.Tor Egge2022-04-021-4/+8
* Use temporary search context to pass arguments to posting list search context.Tor Egge2022-03-311-1/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-2/+2
* Optimize handling of CLEARDOC updates by caching the entry ref for the defaul...Geir Storli2021-12-201-0/+4
* Rename change data functions to reflect that an entry ref can be cached.Geir Storli2021-12-201-2/+2
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-1/+2
* Use the enum idx that has already been looked up and cached.Henning Baldersheim2021-10-141-1/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-031-1/+1
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-201-1/+1
* Merge pull request #17494 from vespa-engine/balder/various-comparator-cleanupHenning Baldersheim2021-04-201-9/+6
|\
| * - Make all use of comparator const.Henning Baldersheim2021-04-191-9/+6
* | Add consider_compact methods to posting store.Tor Egge2021-04-201-1/+1
|/
* Add remap_index member function to IEnumStoreDictionary.Tor Egge2021-03-161-7/+7
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* std::make_sharedHenning Baldersheim2020-03-051-1/+1
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-0/+1
* Style changes and function renaming in enum store.Geir Storli2019-09-131-3/+3
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-091-2/+2
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-1/+1
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-221-1/+1
* More use of auto, std::make_unique and range-based for loops.Geir Storli2019-08-221-23/+14
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-2/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* 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
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-1/+1
* PublishJon Bratseth2016-06-151-0/+150