aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore
Commit message (Expand)AuthorAgeFilesLines
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-2/+2
* Stop faking last flush time in shrink lidspace flush target.Tor Egge2017-05-161-1/+1
* Add document meta store shrink flushtarget.Tor Egge2017-05-161-8/+5
* add override in searchcore moduleArne H Juul2017-04-121-1/+1
* Use more forward declarations.Tor Egge2017-04-051-0/+1
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-10/+10
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-66/+80
* Ignore document size when calculating checksum in bucket db.Tor Egge2017-03-071-3/+2
* Rename size to docSize for consistency in various places.Tor Egge2017-03-071-1/+4
* Track document sizes in bucket db.Tor Egge2017-03-071-6/+44
* use docSize more consistently.Tor Egge2017-03-061-49/+38
* Change document meta store api to require document size as argument toTor Egge2017-03-062-47/+70
* Optimize includes.Henning Baldersheim2017-02-061-0/+1
* Treat attribute fields the same way as indexed fields with regards toTor Egge2017-01-041-8/+8
* Update tests with explicitt includes.Henning Baldersheim2016-12-191-3/+3
* Remove redundant test.Henning Baldersheim2016-11-151-1/+0
* Add ability to find a gid that has moved.Henning Baldersheim2016-11-141-0/+12
* Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-041-3/+2
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-031-1/+5
* Add ordering withing a bucket by using all bits.Henning Baldersheim2016-08-251-5/+5
* Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-152-1/+1
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-0/+1
* Merge pull request #27 from yahoo/tegge/always-update-nested-attribute-on-insertHenning Baldersheim2016-06-171-13/+81
|\
| * Rename variable names to improve code readability.Tor Egge2016-06-171-17/+20
| * Always update nested attribute when inserting new documents into document met...Tor Egge2016-06-161-0/+65
* | Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-162-2/+2
|/
* PublishJon Bratseth2016-06-1511-0/+2240