summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #921 from yahoo/toregge/add-dense-tensor-attributeGeir Storli2016-10-219-103/+805
|\
| * Rename anonymous function to more descriptive name.Tor Egge2016-10-211-4/+4
| * Extend tensor attribute test to test handling of tensor attributeTor Egge2016-10-211-18/+120
| * If tensor type for dense tensor store is abstract then different tensorsTor Egge2016-10-212-4/+32
| * Rename member variables and methods for more clarity.Tor Egge2016-10-215-106/+102
| * Add dense tensor attribute.Tor Egge2016-10-209-102/+678
* | typoHenning Baldersheim2016-10-211-1/+1
* | We only need one vtagHenning Baldersheim2016-10-211-12/+10
|/
* 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-1815-18/+24
* 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