summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Always produce coverage.Henning Baldersheim2016-10-143-3/+0
| * Remove always true QFLAG_REPORT_COVERAGEHenning Baldersheim2016-10-142-8/+3
| * Always allow error packets.Henning Baldersheim2016-10-145-23/+9
| * Remove unused flag QFLAG_CACHE_MASKHenning Baldersheim2016-10-142-49/+0
* | Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-2/+1
|/
* make sure search coverage information is updated after query limitingHaavard2016-10-142-14/+11
* Revert "Revert "Balder/split match loop in inner and outer loop""Henning Baldersheim2016-10-142-160/+239
* Revert "Balder/split match loop in inner and outer loop"Henning Baldersheim2016-10-132-239/+160
* Merge pull request #858 from yahoo/balder/split-match-loop-in-inner-and-outer...Henning Baldersheim2016-10-132-160/+239
|\
| * clean up match limiting and improve coverage estimationHaavard2016-10-132-19/+30
| * isolate work sharing (detangle from iterator init/step)Haavard2016-10-132-22/+17
| * normalize code orderHaavard2016-10-132-122/+124
| * Use the correct one.Henning Baldersheim2016-10-121-1/+1
| * Params -> ContextHenning Baldersheim2016-10-122-20/+20
| * Checkpoint that build and test fine.Henning Baldersheim2016-10-122-55/+64
| * Checkpoint with working build and testHenning Baldersheim2016-10-122-38/+65
| * Initial checkpoint. builds and tests fine.Henning Baldersheim2016-10-122-83/+118
* | Fix typos in log messages.Geir Storli2016-10-131-3/+3
* | Fix return value in prepareRestart().Geir Storli2016-10-131-1/+1
|/
* Revert "Add spam logging of ranges searched."Henning Baldersheim2016-10-121-2/+0
* Merge pull request #836 from yahoo/havardpe/verify-full-non-overlapping-docid...Henning Baldersheim2016-10-111-5/+54
|\
| * verify docid rangesHaavard2016-10-111-5/+54
* | Add spam logging of ranges searched.Henning Baldersheim2016-10-101-0/+2
|/
* Handle variations to alignment smoother.Henning Baldersheim2016-10-031-1/+1
* Checkpoint after buil success.Henning Baldersheim2016-10-031-71/+74