aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Check that split and join can trigger bucket create notification.Tor Egge2017-09-131-2/+41
* Add unit test for removeBatch() on DocumentMetaStore.Geir Storli2017-08-291-0/+47
* Remove unused.Henning Baldersheim2017-08-181-2/+0
* Hide the thread thread implementation a bit more.Henning Baldersheim2017-08-181-3/+3
* Call setDocId explicit in test instead.Henning Baldersheim2017-07-251-6/+7
* set docid limit appropriatelyHaavard2017-06-271-2/+3
* Add a searchStrict method on SimpleResult that takes docIdLimit.Henning Baldersheim2017-06-221-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* 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-061-46/+69
* Optimize includes.Henning Baldersheim2017-02-061-0/+1
* 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
* 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
* PublishJon Bratseth2016-06-151-0/+1878