summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex/datastore
Commit message (Expand)AuthorAgeFilesLines
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Throw exception when data store buffer max size is too small.Tor Egge2023-02-011-0/+9
* Use snprintf instead of sprintf.Tor Egge2023-01-311-1/+1
* Add vespalib::datastore::Aligner.Tor Egge2022-10-041-5/+7
* Remove AlignedEntryRef.Tor Egge2022-10-032-10/+8
* Refactor to reduce code duplication for write path.Henning Baldersheim2022-01-271-0/+1
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
* Move DefaultReclaimer from vespalib::btree to vespalib::datastore.Geir Storli2020-09-011-1/+0
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-2/+3
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-042-3/+3
* Rewrite word store tests to gtest.Geir Storli2019-06-282-41/+20
* Rewrite feature store tests to gtest.Geir Storli2019-06-272-97/+58
* Make member variables in DocIdAndFeatures non-public.Geir Storli2019-04-301-20/+20
* Rename wordstore* -> word_store*.Geir Storli2019-04-113-9/+7
* Rename featurestore* -> feature_store*.Geir Storli2019-04-113-10/+8
* Followup on using size_t in datastore and buffer code.Tor Egge2019-03-181-4/+4
* Remove files used by old unit test runner.Tor Egge2019-02-192-3/+0
* Add more conservative buffer allocation strategy in datastore buffers.Geir Storli2018-01-191-16/+3
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Update copyright headersJon Bratseth2017-06-143-3/+3
* Revert "Update copyright headers"Jon Bratseth2017-06-143-3/+3
* Update copyright headersJon Bratseth2017-06-143-3/+3
* Revert "Copyright header"Jon Bratseth2017-06-133-3/+3
* Copyright headerJon Bratseth2017-06-133-3/+3
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-24/+10
* add override in searchlib moduleArne H Juul2017-04-122-2/+2
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-2/+5
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-4/+2
* Move datastore unit tests into separate folder.Geir Storli2016-11-044-441/+2
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-043-3/+4
* Move datastore classes to separate sub library.Geir Storli2016-11-031-2/+2
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-3/+3
* PublishJon Bratseth2016-06-157-0/+814