summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-0860-291/+490
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-082-1/+7
* Merge pull request #1927 from yahoo/balder/put-typeid-and-bufferr-close-to-re...Henning Baldersheim2017-03-0810-634/+306
|\
| * Use a public interface for testing.Henning Baldersheim2017-03-043-24/+18
| * Inline very frequently used get method.Henning Baldersheim2017-03-042-38/+22
| * - override, code unification.Henning Baldersheim2017-03-044-358/+160
| * Align code and GC some unused code.Henning Baldersheim2017-03-045-49/+31
| * Put the 2 small words together at the front. They will then be located closer...Henning Baldersheim2017-03-045-168/+78
* | Merge pull request #1928 from yahoo/balder/optimise-andnotHenning Baldersheim2017-03-0825-146/+379
|\ \
| * | Test notSelfHenning Baldersheim2017-03-081-5/+27
| * | Use templates and iterator range.Henning Baldersheim2017-03-086-58/+71
| * | Get rid of the dirty use of faked unique_ptr.Henning Baldersheim2017-03-086-24/+40
| * | Add non-dirty orChildren.Henning Baldersheim2017-03-083-8/+29
| * | 2nd try at repairing the magic rebase....Henning Baldersheim2017-03-046-6/+12
| * | andnot_hits_into was more code than worthwile.Henning Baldersheim2017-03-048-98/+1
| * | Implement andnot_hits_intoHenning Baldersheim2017-03-042-0/+8
| * | Use dual not and or instead of special andnot..Henning Baldersheim2017-03-043-3/+12
| * | Optimise includes.Henning Baldersheim2017-03-041-6/+4
| * | Major typoHenning Baldersheim2017-03-042-2/+2
| * | Add andnot test.Henning Baldersheim2017-03-042-0/+38
| * | Must ensure space has been reserved.Henning Baldersheim2017-03-041-0/+4
| * | Initialize to non-hit.Henning Baldersheim2017-03-041-2/+4
| * | Fix compiler error.Henning Baldersheim2017-03-041-1/+1
| * | Make optional stuff be fully lazy.Henning Baldersheim2017-03-041-3/+3
| * | Unify and only step one iterator at a time.Henning Baldersheim2017-03-041-3/+2
| * | Safe seek.Henning Baldersheim2017-03-041-5/+3
| * | Implement andnot_hits_intoHenning Baldersheim2017-03-043-12/+48
| * | Also add andnot_hits_intoHenning Baldersheim2017-03-047-14/+59
| * | simpplifyHenning Baldersheim2017-03-041-3/+3
| * | Implement and_hits_intoHenning Baldersheim2017-03-042-31/+45
| * | Implement or_hits_intoHenning Baldersheim2017-03-042-0/+6
| * | Start with the strict bitvector and ensure we advance the other one independe...Henning Baldersheim2017-03-041-3/+12
| * | And is a mergeHenning Baldersheim2017-03-041-7/+12
| * | It is not enough to override get_hits.Henning Baldersheim2017-03-0411-21/+84
| * | Default and/or should not create temporary bitvectors just because I was lazy.Henning Baldersheim2017-03-042-25/+43
* | | Add override.Henning Baldersheim2017-03-081-1/+0
* | | Merge pull request #1916 from yahoo/havardpe/verbose-info-about-param-usageArne H Juul2017-03-071-11/+27
|\ \ \
| * | | more info about parameter usage when verboseHaavard2017-03-031-11/+27
* | | | Merge pull request #1926 from yahoo/balder/use-perfect-forwardingHenning Baldersheim2017-03-064-22/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Use std::forwardHenning Baldersheim2017-03-061-2/+2
| * | | Use perfect forwarding to avoid abundant object copy.Henning Baldersheim2017-03-044-22/+22
| | |/ | |/|
* / | Only adjust endid. The docid must be untouched as there is code depending on ...Henning Baldersheim2017-03-042-2/+11
|/ /
* | Merge pull request #1849 from yahoo/balder/or_hits_intoHenning Baldersheim2017-03-037-14/+87
|\ \ | |/ |/|
| * - Transfer by value both in and out.Henning Baldersheim2017-03-035-27/+23
| * Fix to let compiler resolve functions correctly.Henning Baldersheim2017-02-231-8/+8
| * Refactor for use in WeightedSetTerm too.Henning Baldersheim2017-02-235-38/+65
| * Handle bit vectors first.Henning Baldersheim2017-02-232-8/+34
| * Implement or_hits_intoHenning Baldersheim2017-02-232-0/+24
* | Implement attribute context for imported attributes.Geir Storli2017-03-012-0/+19
* | Change ImportedAttributesRepo to keep instances of ImportedAttributeVector.Geir Storli2017-02-281-0/+1