summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* No need for loggingHenning Baldersheim2016-11-191-4/+1
* search build tests againHenning Baldersheim2016-11-181-0/+1
* Add missing includeHenning Baldersheim2016-11-181-0/+1
* Correct previous incomplete detanglingHenning Baldersheim2016-11-171-0/+1
* Correct previous incomplete detanglingHenning Baldersheim2016-11-173-4/+6
* Break some more large include dependencies.Henning Baldersheim2016-11-171-49/+32
* mark all temporary variables that only exist to assert (void), so that NDEBUG...Henning Baldersheim2016-11-177-0/+11
* Use forward declarations to avoid rebuilding the world when modifying the pac...Henning Baldersheim2016-11-1728-154/+166
* Cleanup unused codeHenning Baldersheim2016-11-172-12/+1
* Sometime forward declaration make the world of difference.Henning Baldersheim2016-11-1610-36/+75
* Avoid taking reference to temporary.Henning Baldersheim2016-11-161-2/+1
* Unify some more on hard versus soft doom.Henning Baldersheim2016-11-165-9/+8
* Unify on hard/soft doom.Henning Baldersheim2016-11-162-14/+14
* soft and hard doom.Henning Baldersheim2016-11-165-21/+23
* Introduce softdoom. This is computed based on statistics from earlier requests.Henning Baldersheim2016-11-167-52/+69
* Merge pull request #1085 from yahoo/balder/find-it-even-if-lidspace-compactio...Henning Baldersheim2016-11-1511-224/+215
|\
| * Sample twice and take the minimum.Henning Baldersheim2016-11-151-1/+2
| * Remove redundant test.Henning Baldersheim2016-11-151-1/+0
| * Move to spam.Henning Baldersheim2016-11-141-1/+1
| * Add ability to find a gid that has moved.Henning Baldersheim2016-11-147-4/+41
| * Log at the correct place and with correct level.Henning Baldersheim2016-11-141-1/+2
| * If a possibility for lidmovement, actually verify that it has not moved.Henning Baldersheim2016-11-141-1/+18
| * Retry docsum fetching if there has been lidspace compaction and your request ...Henning Baldersheim2016-11-146-152/+116
| * Refactor the summary fetching out so that it can be easily retried if documen...Henning Baldersheim2016-11-143-84/+56
* | added rank setup verify test for unsupported AST nodeHaavard2016-11-141-0/+12
|/
* Implement disk write speed sampling.Tor Egge2016-11-0811-5/+260
* Merge pull request #1019 from yahoo/geirst/move-datastore-code-into-separate-...Tor Egge2016-11-041-1/+1
|\
| * Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-1/+1
* | Add skeleton of class that samples hardware to derive infoTor Egge2016-11-045-1/+44
* | Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-0426-89/+103
* | Pass on hwinfo from old attribute manager to new attribute manager.Tor Egge2016-11-041-1/+2
|/
* Merge pull request #1007 from yahoo/toregge/use-memory-buffer-for-attribute-s...Geir Storli2016-11-0327-69/+259
|\
| * Test that flushed attribute can be loaded again, regardless ofTor Egge2016-11-031-7/+50
| * Flush attribute to memory first if attribute saver has aTor Egge2016-11-0327-65/+206
| * Sync code structure with FlushableAttribute, factor out document meta storeTor Egge2016-11-032-10/+16
* | log level info for memory_flush_config_updaterBjørn Meland2016-11-031-2/+2
|/
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-025-13/+15
* Keep the readguard until docsumfetching is complete to avoid identitychange o...Henning Baldersheim2016-10-311-5/+2
* Default bucketorder.Henning Baldersheim2016-10-281-2/+2
* Add validation of tensor attribute tensor type changes.Geir Storli2016-10-273-12/+50
* Merge pull request #903 from yahoo/havardpe/support-fewer-documents-than-thre...Henning Baldersheim2016-10-183-18/+52
|\
| * fix corner case, add test and add time bomb to other testsHaavard2016-10-183-18/+52
* | Merge pull request #900 from yahoo/toregge/move-tensor-attribute-sourceGeir Storli2016-10-184-4/+4
|\ \
| * | Move tensor attribute source to separate directory.Tor Egge2016-10-184-4/+4
| |/
* / Remove memory leak at out of threads.Henning Baldersheim2016-10-181-4/+6
|/
* Merge pull request #894 from yahoo/balder/always-provide-coverageHenning Baldersheim2016-10-1710-103/+17
|\
| * GC long gone PCODE_MLD_GETDOCSUMS and PCODE_GETDOCSUMSHenning Baldersheim2016-10-141-5/+3
| * remove unused PCODE_MONITORQUERYHenning Baldersheim2016-10-141-7/+2
| * Only one version of QUERYXHenning Baldersheim2016-10-141-2/+1
| * QFLAG_REPORT_QUEUELEN is not used, nor does it work, nor is it very likely th...Henning Baldersheim2016-10-141-7/+0