aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex
Commit message (Expand)AuthorAgeFilesLines
* Add an optional filter to the fetchPostings interface to allow prefiltering.Henning Baldersheim2018-05-081-2/+2
* Improve buffer allocation strategy in data store by matching underlying alloc...Geir Storli2018-01-261-1/+1
* Add more conservative buffer allocation strategy in datastore buffers.Geir Storli2018-01-191-16/+3
* Remove stray nbostream.h includes.Tor Egge2017-10-093-3/+0
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-3/+5
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Include what you need.Henning Baldersheim2017-08-181-3/+4
* Include only what you need.Henning Baldersheim2017-08-181-22/+14
* Move btree unit tests to proper location.Tor Egge2017-06-216-1770/+0
* Update copyright headersJon Bratseth2017-06-1420-20/+20
* Revert "Update copyright headers"Jon Bratseth2017-06-1420-20/+20
* Update copyright headersJon Bratseth2017-06-1420-20/+20
* Revert "Copyright header"Jon Bratseth2017-06-1320-20/+20
* Copyright headerJon Bratseth2017-06-1320-20/+20
* Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-052-39/+39
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-018-8/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-244-38/+20
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-78/+34
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-34/+78
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-78/+34
* add override in searchlib moduleArne H Juul2017-04-125-13/+13
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-056-38/+52
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-092-22/+31
* Remove unused includes.Henning Baldersheim2017-02-031-2/+0
* Remove unused typedef.Henning Baldersheim2017-02-031-3/+1
* Remove unused includes.Henning Baldersheim2017-02-031-8/+0
* Use the iterator verifier for PostingIterator too.Henning Baldersheim2017-02-031-27/+31
* Complete the split also for tests.Henning Baldersheim2016-12-151-3/+2
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-126-97/+51
* Replace alloc functions in DataStoreT with access to allocators.Geir Storli2016-11-281-30/+30
* Move datastore unit tests into separate folder.Geir Storli2016-11-044-441/+2
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-047-8/+11
* Move datastore classes to separate sub library.Geir Storli2016-11-032-3/+3
* Adjust results of sizeof()Henning Baldersheim2016-10-031-2/+3
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-169-12/+12
* PublishJon Bratseth2016-06-1548-0/+6200