summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enumeratedsave
Commit message (Collapse)AuthorAgeFilesLines
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-1/+1
|
* Block multiple load calls for same attribute vector.Tor Egge2019-08-291-22/+25
|
* Also update compaction count for old style compaction.Tor Egge2019-08-271-1/+1
| | | | | Test that compaction count is updated when compacting enum store. Style fixes.
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-261-0/+17
|
* Handle udat attribute files.Geir Storli2019-08-201-0/+9
|
* Remove unused test classes.Geir Storli2019-08-191-18/+10
|
* Remove "enable enumerated save" flag from attribute vectors as this should ↵Geir Storli2019-08-191-30/+15
| | | | | | be always on. For production code this has been on for several years already.
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
| | | | | | | | | | Namespace is still `search` and not `vespalib` due to the massive amount of code that would need to be modified for such a change. Other changes: - Move `BufferWriter` from searchlib to vespalib - Move assertion and rand48 utilities from staging_vespalib to vespalib - Move gtest utility code from staging_vespalib to vespalib
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-11/+0
|
* Use std::make_xxxHenning Baldersheim2018-08-201-87/+35
| | | | | nested namespace And various other style changes.
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-171-1/+1
| | | | Don't update attribute vector file name in the renamed method.
* Remove attribute vector saveAs method with two arguments.Tor Egge2018-08-171-1/+1
|
* Pass file name to attribute vector save method.Tor Egge2018-08-171-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
|
* add override in searchlib moduleArne H Juul2017-04-121-2/+2
|
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-10/+10
|
* deiniline destructorsHenning Baldersheim2017-03-091-7/+10
|
* Optimize includes.Henning Baldersheim2017-02-061-0/+2
|
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-5/+1
|
* use cmathArne Juul2016-06-271-0/+1
| | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions * use <cstdlib> for std::abs() with integral types
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-153-0/+1079