summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Catch exception and log a sensible log messagei instead of dumping core.Henning Baldersheim2016-08-312-5/+10
* Throw exception if it is not a summary directory or empty if it is readonly.Henning Baldersheim2016-08-311-1/+5
* Merge pull request #501 from yahoo/toregge/add-constant-featureGeir Storli2016-08-3117-87/+442
|\
| * Factor out AsTensor and AsEmptyTensor to test library.Tor Egge2016-08-3011-136/+137
| * Add constant feature blueprint and constant feature executor.Tor Egge2016-08-3011-3/+357
* | Merge pull request #509 from yahoo/balder/control-in-memory-temporary-compres...Henning Baldersheim2016-08-308-35/+43
|\ \
| * | Rename compression to compactCompression.Henning Baldersheim2016-08-302-6/+6
| * | Wire in control of compression during temporary memory storage during compact...Henning Baldersheim2016-08-308-35/+43
* | | Merge pull request #503 from yahoo/bjorncs/fix-grouping-null-bucket-typeHenning Baldersheim2016-08-3016-35/+104
|\ \ \ | |/ / |/| |
| * | The null bucket must be of the same type as the predefined buckets (if present)Bjørn Christian Seime2016-08-301-26/+5
| * | Add getNullBucket to ResultNodeBjørn Christian Seime2016-08-3015-9/+99
* | | Merge pull request #482 from yahoo/balder/add-visit-cache-2Henning Baldersheim2016-08-2911-48/+778
|\ \ \
| * | | Due to the implementation of insert where the global lock is released and the...Henning Baldersheim2016-08-291-0/+7
| * | | Hold the lock during hasKeyHenning Baldersheim2016-08-292-12/+20
| * | | No need for swapHenning Baldersheim2016-08-292-8/+1
| * | | Use default implementations.Henning Baldersheim2016-08-292-16/+2
| * | | getTotalSize -> getBufferSizeHenning Baldersheim2016-08-291-4/+4
| * | | Use std::includes.Henning Baldersheim2016-08-291-14/+1
| * | | Add parameter name.Henning Baldersheim2016-08-291-1/+1
| * | | Also test removeHenning Baldersheim2016-08-291-2/+12
| * | | Add clarifying comment about which caches are expected to change.Henning Baldersheim2016-08-291-3/+3
| * | | before -> extra_field + logic inversion to match.Henning Baldersheim2016-08-291-4/+4
| * | | Fix accidental remove of mutable member.Henning Baldersheim2016-08-261-0/+1
| * | | typedef -> using + unify layout.Henning Baldersheim2016-08-262-13/+17
| * | | Add class comments to the essential classes.Henning Baldersheim2016-08-261-0/+29
| * | | typedef -> usingHenning Baldersheim2016-08-261-7/+6
| * | | Do not confuse number of 'b's. 5 is 5.Henning Baldersheim2016-08-261-1/+1
| * | | Also add false test with equal set sizes, as you could take the other simply ...Henning Baldersheim2016-08-261-0/+1
| * | | GuardDirectory -> TmpDirectoryHenning Baldersheim2016-08-261-6/+6
| * | | Fix whitespace.Henning Baldersheim2016-08-261-5/+3
| * | | Allow slack of +-10 on cachesize as it is non-deterministic.Henning Baldersheim2016-08-263-9/+14
| * | | Make sure you take a copyHenning Baldersheim2016-08-261-1/+1
| * | | Invalidate previous KeySetHenning Baldersheim2016-08-263-9/+68
| * | | Must invalidate on remove too ...Henning Baldersheim2016-08-261-0/+1
| * | | Must invalidate on remove/write ...Henning Baldersheim2016-08-262-0/+2
| * | | Initial end to end visit cache skelton.Henning Baldersheim2016-08-261-1/+156
| * | | Add the cache stats from the visit cache too.Henning Baldersheim2016-08-263-2/+12
| * | | Ensure that remove invalidates the correct keyset.Henning Baldersheim2016-08-263-5/+55
| * | | Test that we get a set when requesting so.Henning Baldersheim2016-08-261-1/+6
| * | | Test basics of VisitCacheHenning Baldersheim2016-08-261-15/+59
| * | | Do not cache, empty results.Henning Baldersheim2016-08-262-1/+2
| * | | Avoid accessing non-exiting lids.Henning Baldersheim2016-08-261-3/+5
| * | | Add test for BlobSet/CompressedBlobSet.Henning Baldersheim2016-08-264-4/+29
| * | | Add unit tests to the sortable KeySet.Henning Baldersheim2016-08-264-0/+57
| * | | Actually copy the data in.Henning Baldersheim2016-08-262-1/+7
| * | | Copy, not reference temporarry stuff.Henning Baldersheim2016-08-261-2/+2
| * | | Initialize compression type.Henning Baldersheim2016-08-262-2/+2
| * | | Code wired all the way through ..... perhaps.....Henning Baldersheim2016-08-262-11/+87
| * | | Wire in some more meat to the bone.Henning Baldersheim2016-08-263-11/+34
| * | | Some more meat to the bone.Henning Baldersheim2016-08-261-0/+32