summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attribute_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle 64K page size when testing paged attributes.Tor Egge2022-02-141-2/+11
* Propagate memory allocator to attribute vector components.Tor Egge2022-02-141-0/+85
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-5/+3
* Clean and simplify default value handlingHenning Baldersheim2021-10-291-5/+6
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-211-3/+38
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-20/+21
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-031-6/+6
* Remove includes no longer necessary.Henning Baldersheim2021-02-251-1/+0
* Include hpp files to get definitions of needed member functions.Tor Egge2020-10-061-0/+2
* 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