summaryrefslogtreecommitdiffstats
path: root/searchlib/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust class comment and rename members according to review feedbackTor Egge2016-10-194-25/+22
* Add DenseTensorStore.Tor Egge2016-10-1912-55/+278
* Add GenericTensorAttribute and trim down TensorAttribute.Tor Egge2016-10-199-87/+167
* Add GenericTensorStore and trim down TensorStore.Tor Egge2016-10-188-119/+177
* Move tensor attribute source to separate directory.Tor Egge2016-10-1814-18/+23
* Merge pull request #894 from yahoo/balder/always-provide-coverageHenning Baldersheim2016-10-1710-821/+211
|\
| * Update correct packet lengthHenning Baldersheim2016-10-171-5/+5
| * QF_WARMUP is long goneHenning Baldersheim2016-10-142-7/+1
| * Clean up some code.Henning Baldersheim2016-10-141-20/+6
| * I think aggregation was removed 6 years ago. And that is the newest of featur...Henning Baldersheim2016-10-145-93/+0
| * Do not overspecify namespacesHenning Baldersheim2016-10-141-113/+108
| * GC long gone PCODE_MLD_GETDOCSUMS and PCODE_GETDOCSUMSHenning Baldersheim2016-10-145-92/+33
| * GC PCODE_MLD_QUERYRESULT and PCODE_QUERYRESULTHenning Baldersheim2016-10-145-91/+24
| * Remove traces of PCODE_MLD_MONITORRESULT and PCODE_MONITORRESULTHenning Baldersheim2016-10-145-74/+15
| * remove unused PCODE_MONITORQUERYHenning Baldersheim2016-10-144-47/+15
| * Only one version of QUERYXHenning Baldersheim2016-10-143-72/+10
| * Remove unused FS4Packet_CLEARCACHESHenning Baldersheim2016-10-144-73/+2
| * Also remove QUEUELEN packageHenning Baldersheim2016-10-145-99/+1
| * QFLAG_REPORT_QUEUELEN is not used, nor does it work, nor is it very likely th...Henning Baldersheim2016-10-144-19/+0
| * Always produce coverage.Henning Baldersheim2016-10-144-19/+3
| * Remove always true QFLAG_REPORT_COVERAGEHenning Baldersheim2016-10-141-1/+0
| * Always allow error packets.Henning Baldersheim2016-10-141-3/+0
| * Remove unused flag QFLAG_CACHE_MASKHenning Baldersheim2016-10-141-6/+1
* | Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-1615-66/+50
|/
* Merge pull request #867 from yahoo/aressem/dont-allow-unresolved-symbols-in-s...Henning Baldersheim2016-10-132-0/+2
|\
| * Merge branch 'master' into aressem/dont-allow-unresolved-symbols-in-shared-li...Arnstein Ressem2016-10-10101-1174/+789
| |\
| * | Fixed some of the libraries.Arnstein Ressem2016-10-032-0/+2
* | | If we are collecting unordered hits, we need to sort before producing the res...Henning Baldersheim2016-10-113-4/+29
| |/ |/|
* | Merge pull request #771 from yahoo/balder/use-constructor-argument-instead-of...Henning Baldersheim2016-10-0767-447/+286
|\ \
| * | Also avoid mmaping medium large allocations during compression into cache.Henning Baldersheim2016-10-031-2/+3
| * | Finally enable a larger swithing point for MMAP usage.Henning Baldersheim2016-10-031-13/+20
| * | Adjust results of sizeof()Henning Baldersheim2016-10-033-25/+26
| * | Handle variations to alignment smoother.Henning Baldersheim2016-10-031-1/+1
| * | make tests pass tooHenning Baldersheim2016-10-034-10/+10
| * | Checkpoint after buil success.Henning Baldersheim2016-10-0315-99/+69
| * | Checkpoint 1Henning Baldersheim2016-10-0345-294/+145
| * | delete the copy constructor/operatorsHenning Baldersheim2016-10-031-2/+3
| * | delete the copy constructor/operatorsHenning Baldersheim2016-10-031-1/+3
| * | delete the copy constructor/operatorsHenning Baldersheim2016-10-032-4/+8
| * | delete the copy constructor/operatorsHenning Baldersheim2016-10-031-1/+3
* | | make type information available to the interpreted program builderHaavard2016-10-053-3/+4
* | | Signal in constructor that we only have 32 bits available for docid.Henning Baldersheim2016-10-052-117/+37
* | | Stick to uint32_tHenning Baldersheim2016-10-052-35/+23
* | | Set limit for addressable elements to 1T values per size class.Henning Baldersheim2016-10-042-5/+14
* | | Use the type given by the interface.Henning Baldersheim2016-10-041-2/+2
* | | C++ for loopsHenning Baldersheim2016-10-041-14/+11
* | | Remove leftovers from development time.Henning Baldersheim2016-10-043-124/+2
* | | Stick to uint32_t.Henning Baldersheim2016-10-043-13/+11
* | | Use std::vector where you do not need alternative allocation strategy.Henning Baldersheim2016-10-041-2/+2
* | | 64 bit for offsetHenning Baldersheim2016-10-042-72/+60
|/ /