summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Add notifyGidToLidChange() method to reference attribute, to handleTor Egge2017-02-175-1/+57
* Merge pull request #1782 from yahoo/havardpe/rank-program-hot-cold-zonesTor Egge2017-02-152-89/+131
|\
| * split executors into hot and cold stashHaavard2017-02-152-89/+131
* | Deduplicate codeHenning Baldersheim2017-02-151-12/+11
* | Also check the single item optimization too.Henning Baldersheim2017-02-152-1/+14
* | Need to call unpack before using the weight.Henning Baldersheim2017-02-151-0/+1
* | Merge pull request #1769 from yahoo/toregge/add-gid-to-lid-mapper-factory-sha...Geir Storli2017-02-143-1/+90
|\ \
| * | Add support for attaching a "gid to lid mapper" to a reference attribute.Tor Egge2017-02-143-1/+90
| |/
* | Unify namingHenning Baldersheim2017-02-141-3/+3
* | De duplicateHenning Baldersheim2017-02-141-14/+10
* | Fork into single/multiple tests.Henning Baldersheim2017-02-142-7/+40
* | Bracing to @havarpe's liking.Henning Baldersheim2017-02-131-4/+8
* | set DocId the correct places and update test according to my understanding of...Henning Baldersheim2017-02-132-4/+3
* | SingleQueryDotProductSearch -> SingleTermDotProductSearchHenning Baldersheim2017-02-131-3/+3
* | Alos handle the no results case.Henning Baldersheim2017-02-131-1/+5
* | Optimize and_hits_into for single item flagattribute.Henning Baldersheim2017-02-132-0/+16
* | Termwise for FlagAttribute too.Henning Baldersheim2017-02-132-0/+42
* | Unroll the copy loop.Henning Baldersheim2017-02-133-17/+13
* | Do seek, not doSeek directly.Henning Baldersheim2017-02-131-1/+1
* | Optimise the single query item dotproduct.Henning Baldersheim2017-02-132-25/+55
* | Prefetching does not help.Henning Baldersheim2017-02-131-6/+2
* | Use prefetching.Henning Baldersheim2017-02-131-2/+6
* | Return correct type.Henning Baldersheim2017-02-131-2/+2
* | Fix copy/paste error.Henning Baldersheim2017-02-131-1/+0
* | Specialize basic attribute iterators for termwise evaluation.Henning Baldersheim2017-02-132-1/+31
* | Specialize get_hits for weighted set.Henning Baldersheim2017-02-135-26/+45
* | Implement or_hits_into for AttributeIterator.Henning Baldersheim2017-02-132-0/+23
|/
* wire in immediate evaluation of new syntaxHaavard2017-02-102-5/+5
* Add classes for mapping from gid to lid, with interface in searchlib.Tor Egge2017-02-092-0/+40
* Merge pull request #1719 from yahoo/balder/implement-get_hits-for-attribute-p...Henning Baldersheim2017-02-0935-261/+278
|\
| * Ensure that we are inside the valid range.Henning Baldersheim2017-02-081-1/+5
| * Only include what you needHenning Baldersheim2017-02-083-19/+7
| * Implement get_hits and and_hits_intoHenning Baldersheim2017-02-075-10/+47
| * Allow termwise evalHenning Baldersheim2017-02-072-0/+2
| * Add back methods accidentally removed.Henning Baldersheim2017-02-061-0/+48
| * Implement get_hits for attribute postinglist iterator too.Henning Baldersheim2017-02-062-5/+14
| * Optimize includes.Henning Baldersheim2017-02-061-7/+1
| * Allow termwise for weightedset term too.Henning Baldersheim2017-02-061-6/+2
| * Optimize includes.Henning Baldersheim2017-02-0624-231/+157
| * Implement get_hits for filter postinglist iterator.Henning Baldersheim2017-02-063-7/+20
* | Prepare for faster lid mapping:Tor Egge2017-02-082-11/+3
* | Merge pull request #1707 from yahoo/toregge/prepare-for-faster-lid-mappingGeir Storli2017-02-0810-27/+86
|\ \
| * | Prepare for faster lid mapping:Tor Egge2017-02-0710-27/+86
| |/
* | Merge pull request #1702 from yahoo/havardpe/unify-mapped-file-inputGeir Storli2017-02-081-32/+5
|\ \ | |/ |/|
| * use mapped input fileHaavard2017-02-071-32/+5
* | Merge pull request #1678 from yahoo/balder/unify-on-1-searchiterator-verifierHenning Baldersheim2017-02-0629-478/+490
|\ \ | |/ |/|
| * Follow up from @havardpe comments.Henning Baldersheim2017-02-067-22/+22
| * Follow up on naming comments from review by @havardpeHenning Baldersheim2017-02-064-15/+15
| * Remove unused includes.Henning Baldersheim2017-02-032-18/+3
| * Remove unused includes.Henning Baldersheim2017-02-031-3/+0