summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style changes and function renaming in enum store dictionary.Geir Storli2019-09-131-1/+1
* Style changes and function renaming in enum store.Geir Storli2019-09-134-64/+64
* Rename functions used to free unused values in enum store.Geir Storli2019-09-131-1/+1
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-112-2/+126
* Write unit tests for enum store batch updater.Geir Storli2019-09-111-0/+77
* Rewrite enum store tests to gtest.Geir Storli2019-09-112-179/+130
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-1/+1
* Remove decRefCount() from enum store API.Geir Storli2019-09-101-9/+10
* Rename addEnum() -> insert() and change semantics to increase ref count.Geir Storli2019-09-102-49/+30
* Rename comparator_test.cpp -> enum_comparator_test.cpp.Geir Storli2019-09-095-13/+13
* Remove wrapping of entry type in enum store.Geir Storli2019-09-092-9/+9
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-092-28/+23
* Add EnumStoreFoldedDictionary class, used when multiple entriesTor Egge2019-09-031-2/+2
* Style fix (method naming).Tor Egge2019-09-021-3/+3
* Remove unused variable in enumstore unit test.Tor Egge2019-09-021-2/+0
* Restore enum store compaction support for enum attributes.Tor Egge2019-09-022-0/+239
* Improve memory management in all enum attributes.Geir Storli2019-09-023-572/+37
* Block multiple load calls for same attribute vector.Tor Egge2019-08-292-126/+98
* Add interface for an enum store.Geir Storli2019-08-285-17/+17
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-271-4/+2
* Convert enum value in enum store to a dummy value, in preparationTor Egge2019-08-271-38/+13
* Also update compaction count for old style compaction.Tor Egge2019-08-272-1/+6
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-262-17/+26
* Rewrite enum store dictionary to inherit unique store dictionary.Geir Storli2019-08-221-1/+1
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-221-9/+6
* Remove unused enum store code.Geir Storli2019-08-202-11/+0
* Handle udat attribute files.Geir Storli2019-08-204-0/+12
* Remove unused test classes.Geir Storli2019-08-193-39/+31
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-194-159/+92
* Add separate allocator for strings in unique store.Tor Egge2019-08-151-0/+7
* Use proper scope for enum constants.Tor Egge2019-07-301-18/+20
* Add support searching a reference attribute using the parent document id.Geir Storli2019-07-081-0/+56
* Rewrite reference attribute tests to gtest.Geir Storli2019-07-082-202/+200
* add TypedCells and related functionalityArne Juul2019-07-041-1/+1
* Use from_charsHenning Baldersheim2019-06-141-3/+3
* remove tensor factoryHåvard Pettersen2019-05-312-113/+58
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-273-12/+13
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-242-1/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-233-5/+5
* avoid abstract value typesHåvard Pettersen2019-04-251-34/+1
* Test compact lid space for predicate attribute.Tor Egge2019-03-211-0/+20
* Rename "cluster" concept in buffer type to "array".Geir Storli2019-03-152-7/+7
* Enable free lists when each dense tensor use the same amount of memory (all d...Geir Storli2019-03-141-0/+4
* Fix format strings in searchlib module.Tor Egge2019-03-121-1/+1
* Stop using tensor mapper when setting values in tensor attribute.Tor Egge2019-03-111-16/+20
* Remove files used by old unit test runner.Tor Egge2019-02-1926-27/+0
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-11/+0
* Be consistent with factors and percentagesHenning Baldersheim2019-01-291-1/+1