summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attribute_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-4/+4
* Handle AssignValueUpdate inside MapValueUpdate.Tor Egge2020-04-171-13/+17
* Enable free lists for multi-value mapping used in all multi-value attributes.Geir Storli2019-11-141-0/+16
* Avoid dependency on weighted set ordering in unit testsTor Brede Vekterli2019-10-181-21/+45
* Use a more descriptive test name.Tor Egge2019-09-241-3/+3
* Adjust reference count for default value enum store entry when shrinking aTor Egge2019-09-241-0/+41
* Improve memory management in all enum attributes.Geir Storli2019-09-021-4/+4
* Block multiple load calls for same attribute vector.Tor Egge2019-08-291-104/+73
* Add interface for an enum store.Geir Storli2019-08-281-3/+3
* Remove unused test classes.Geir Storli2019-08-191-7/+8
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-191-55/+14
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Test compact lid space for predicate attribute.Tor Egge2019-03-211-0/+20
* Be consistent with factors and percentagesHenning Baldersheim2019-01-291-1/+1
* clion recommended cleanup while browsing test.Henning Baldersheim2018-12-191-56/+26
* UINT1 -> BOOLHenning Baldersheim2018-12-161-6/+6
* Use std::make_xxxHenning Baldersheim2018-08-201-145/+85
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-171-7/+7
* Remove unused getIndexName method.Tor Egge2018-08-171-11/+0
* Remove snapshot concept accessHenning Baldersheim2018-08-171-7/+0
* Remove attribute vector saveAs method with two arguments.Tor Egge2018-08-171-1/+1
* test returned value alsoArne Juul2018-07-161-0/+3
* test new APIArne Juul2018-07-131-0/+4
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-201-2/+19
|\
| * Add test for getNamePrefixHenning Baldersheim2018-06-181-2/+19
* | use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
|/
* Add config for the alloc grow factor used when allocating buffers in multi-va...Geir Storli2018-01-221-5/+5
* Make attribute disk usage estimate more robust. Use cached values insteadTor Egge2017-09-211-0/+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
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-4/+2
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Save persistent predicate attribute params when saving predicateTor Egge2017-03-271-0/+18
* Clear pending compaction flag before performing compaction.Tor Egge2017-01-231-0/+48
* Expose change vector memory usage.Tor Egge2017-01-051-6/+8
* Use active buffer capacity when calculating address space usage limit.Tor Egge2016-11-281-2/+2
* Report address space usage for multivalue mapping as number of used/deadTor Egge2016-11-261-2/+3
* Extend AddressSpace with dead.Tor Egge2016-11-261-1/+3
* Remove references to old multivalue mapping.Tor Egge2016-11-251-2/+2
* Add missing includes.Henning Baldersheim2016-11-241-0/+2
* Increase parameter for small arrays in multi value attribute from 14 to 1023.Tor Egge2016-11-231-2/+2
* Switch to new multivalue mapping.Tor Egge2016-11-231-3/+3
* Try to maintain memory usage invariant: alloc >= used >= holdTor Egge2016-11-211-4/+4
* Split out the judymultimap template to separate file and instanciate explicit.Henning Baldersheim2016-11-181-0/+1
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-1/+1
* Add braces to for loop to make scope more visible.Tor Egge2016-10-261-1/+4