aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Add gid to lid change handler and gid to lid change registrator.Tor Egge2017-02-223-0/+45
* Merge pull request #1830 from yahoo/balder/test-get_hitsHenning Baldersheim2017-02-2218-67/+37
|\
| * We trust getEndId ....Henning Baldersheim2017-02-221-2/+1
| * We trust getEndId ....Henning Baldersheim2017-02-222-6/+6
| * Remove resetRangeHenning Baldersheim2017-02-2113-58/+1
| * Ensure that we do not claim docs we passed to be hits, and the we obey both d...Henning Baldersheim2017-02-212-6/+9
| * Init a sensible range.Henning Baldersheim2017-02-211-1/+1
| * Do not accidentally create hits lower than the docid where you are standing.Henning Baldersheim2017-02-211-1/+6
| * Use a docid that is actually a hit.Henning Baldersheim2017-02-211-1/+1
| * Protect against copying undefined memory.Henning Baldersheim2017-02-211-1/+6
| * Test that get_hits does not produce any hits ahead of where you are currently.Henning Baldersheim2017-02-212-0/+16
| * Re-indentHenning Baldersheim2017-02-211-7/+6
* | Implement and_hits_into for AttributeFilter tooHenning Baldersheim2017-02-211-1/+7
|/
* Merge pull request #1826 from yahoo/balder/avoid/termwise-consider-non-hitsHÃ¥vard Pettersen2017-02-211-0/+1
|\
| * Set docId to max of its own and its child.Henning Baldersheim2017-02-211-2/+2
| * termwise must not re-consider documents already ignored.Henning Baldersheim2017-02-211-1/+2
* | Merge pull request #1823 from yahoo/geirst/impl-document-db-reference-resolverTor Egge2017-02-213-0/+62
|\ \ | |/ |/|
| * Add class to resolve references between document dbs.Geir Storli2017-02-212-0/+2
| * Add mock implementation of attribute manager.Geir Storli2017-02-201-0/+60
* | If we can not safely and correctly detect presedence we play it safe.Henning Baldersheim2017-02-191-1/+7
* | 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
|\