summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-156-12/+5
* Make some more test build too.Henning Baldersheim2016-12-155-6/+3
* Make it compile with gcc 6Henning Baldersheim2016-12-153-76/+36
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-1592-872/+884
* Merge pull request #1331 from yahoo/havardpe/put-low-level-rank-program-on-stashTor Egge2016-12-143-14/+15
|\
| * increase rank program stash size to 32KHaavard2016-12-141-1/+1
| * put low-level rank program on stashHaavard2016-12-143-14/+15
* | Merge pull request #1327 from yahoo/toregge/rename-multivaluemapping2-to-mult...Geir Storli2016-12-1423-94/+94
|\ \ | |/ |/|
| * Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-1423-94/+94
* | Merge pull request #1325 from yahoo/bratseth/optimize-matrix-operationsLester Solbakken2016-12-141-1/+1
|\ \
| * | Apply in correct order and handle zero dimensionJon Bratseth2016-12-141-1/+1
| |/
* / remove features from match dataHaavard2016-12-1420-129/+40
|/
* 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