aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-1423-94/+94
* Merge pull request #1321 from yahoo/havardpe/avoid-match-data-in-feature-inpu...Tor Egge2016-12-137-187/+119
|\
| * move features out of match dataHaavard2016-12-137-187/+119
* | Remove docId from match data.Tor Egge2016-12-137-40/+5
|/
* avoid using match data during resolve stepHaavard2016-12-133-137/+42
* Merge pull request #1301 from yahoo/bratseth/indexed-tensorJon Bratseth2016-12-137-267/+300
|\
| * MapTensor -> MappedTensorJon Bratseth2016-12-123-4/+2
| * Run evaluation tests on both indexed and mapped tensorsJon Bratseth2016-12-082-132/+150
| * Factor evaluation mechanics out of testJon Bratseth2016-12-072-258/+274
| * Merge branch 'master' into bratseth/indexed-tensorJon Bratseth2016-12-0752-230/+274
| |\
| * | Correctly handle single numberJon Bratseth2016-12-071-1/+1
| * | Indexed tensor implementationJon Bratseth2016-12-054-8/+9
* | | Merge pull request #1305 from yahoo/balder/reduce-include-dependency-rebased-3Henning Baldersheim2016-12-12135-1416/+1250
|\ \ \
| * | | Complete the test for extended docid.Henning Baldersheim2016-12-121-7/+7
| * | | Add test for descending sort too.Henning Baldersheim2016-12-121-5/+15
| * | | Add test for new docid sorting.Henning Baldersheim2016-12-122-35/+43
| * | | Remove unnecessary include in header file.Henning Baldersheim2016-12-121-191/+49
| * | | Do not bring in nbostream everywhere.Henning Baldersheim2016-12-1215-70/+44
| * | | Avoid building all the document code in every file.Henning Baldersheim2016-12-126-5/+6
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-1213-31/+82
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-128-24/+24
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-123-5/+5
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-122-5/+5
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-121-3/+3
| * | | Include asciistream in implementation only.Henning Baldersheim2016-12-125-7/+10
| * | | Use value transfer instead.Henning Baldersheim2016-12-122-3/+3
| * | | Targeted include and cast to avoid template generation.Henning Baldersheim2016-12-123-3/+4
| * | | Targeted includeHenning Baldersheim2016-12-1212-237/+315
| * | | Targeted include.Henning Baldersheim2016-12-123-52/+76
| * | | Add missing include.Henning Baldersheim2016-12-122-7/+8
| * | | Hide implementations by using unique_ptr.Henning Baldersheim2016-12-121-3/+0
| * | | No need to include log.h when not loggingHenning Baldersheim2016-12-125-5/+0
| * | | Reduce unneccessary code incluscion.Henning Baldersheim2016-12-1230-157/+182
| * | | MiseditHenning Baldersheim2016-12-121-1/+1
| * | | Use schema::DataTypeHenning Baldersheim2016-12-121-7/+6
| * | | - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-1237-572/+363
| * | | Use gid when sorting.Henning Baldersheim2016-12-125-27/+42
* | | | keep track of which inputs are objects for interpreted expressionsHaavard2016-12-122-14/+13
* | | | Pass 1 as docid to 'const' executors.Tor Egge2016-12-122-2/+2
* | | | Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-09108-200/+218
* | | | Use bound match data to resolve term field handles.Tor Egge2016-12-098-33/+31
|/ / /
* | | Use bound match data to resolve term field handles.Tor Egge2016-12-0910-17/+56
* | | Use bound match data to resolve term field handles.Tor Egge2016-12-0937-51/+264
* | | Merge pull request #1282 from yahoo/toregge/move-features-out-of-match-data-6HÃ¥vard Pettersen2016-12-091-2/+1
|\ \ \
| * | | Remove unneeded friend declaration.Tor Egge2016-12-081-1/+0
| * | | Use feature resolver instead of resolving directly on match data.Tor Egge2016-12-081-1/+1
* | | | avoid using match data in unboxing executorHaavard2016-12-091-3/+2
|/ / /