summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* make type information available to the interpreted program builderHaavard2016-10-053-3/+4
* Signal in constructor that we only have 32 bits available for docid.Henning Baldersheim2016-10-052-117/+37
* Stick to uint32_tHenning Baldersheim2016-10-052-35/+23
* Set limit for addressable elements to 1T values per size class.Henning Baldersheim2016-10-042-5/+14
* Use the type given by the interface.Henning Baldersheim2016-10-041-2/+2
* C++ for loopsHenning Baldersheim2016-10-041-14/+11
* Remove leftovers from development time.Henning Baldersheim2016-10-043-124/+2
* Stick to uint32_t.Henning Baldersheim2016-10-043-13/+11
* Use std::vector where you do not need alternative allocation strategy.Henning Baldersheim2016-10-041-2/+2
* 64 bit for offsetHenning Baldersheim2016-10-042-72/+60
* We must drop the lidguard that is kept inside the bucketcompacter.Henning Baldersheim2016-09-271-1/+2
* Merge pull request #700 from yahoo/balder/boost-array-2-std-arrayHenning Baldersheim2016-09-267-28/+20
|\
| * GC unused includes.Henning Baldersheim2016-09-215-7/+0
| * Replace the barely used SmallVector optimizations with std::vector and explic...Henning Baldersheim2016-09-212-21/+20
* | Merge pull request #698 from yahoo/balder/improve-querybuilder-robustnessHenning Baldersheim2016-09-2611-315/+264
|\ \
| * | Just get the term and th eindex name directly from the iterator.Henning Baldersheim2016-09-244-59/+24
| * | Provide more state info on query parsing errors.Henning Baldersheim2016-09-214-17/+59
| * | Factor out the code to get demangled classnames to a common placeHenning Baldersheim2016-09-213-31/+8
| * | Add some more error reporting so that we can figure out what is wrong.Henning Baldersheim2016-09-215-16/+29
| * | If error, do not commence.Henning Baldersheim2016-09-211-1/+1
| * | refactor for readabilityHenning Baldersheim2016-09-212-129/+119
| * | Break out on errorHenning Baldersheim2016-09-211-1/+1
| * | Unify to enhance readabilityHenning Baldersheim2016-09-211-98/+50
| * | Add failing testcase.Henning Baldersheim2016-09-211-0/+10
* | | Ensure the we hold the appropriate locks.Henning Baldersheim2016-09-242-15/+41
| |/ |/|
* | Merge pull request #694 from yahoo/toregge/wip-expose-more-searcher-statsGeir Storli2016-09-212-6/+10
|\ \
| * | Prepare for exposing more stats about disk and memory indexes, forTor Egge2016-09-212-6/+10
| |/
* / Remove tensor::CompactTensor.Geir Storli2016-09-211-2/+0
|/
* Add the required guard to the interface.Henning Baldersheim2016-09-206-15/+28
* Use std::literalsHenning Baldersheim2016-09-201-2/+4
* Increase allowed deviation from 10 to 20.Henning Baldersheim2016-09-161-2/+2
* Merge pull request #672 from yahoo/geirst/fix-handling-of-unspecified-tensor-...Tor Egge2016-09-162-7/+19
|\
| * When tensor type is unspecified (0 dimensions) we should keep tensor instance...Geir Storli2016-09-162-7/+19
* | Verify that lids contained in 2 buckets earlier will invalidate the old sets ...Henning Baldersheim2016-09-161-0/+7
* | The assert all keys requests can only be part of one and only one set earlier...Henning Baldersheim2016-09-161-5/+2
|/
* Merge pull request #662 from yahoo/lesters/add-new-predefined-functionsHåvard Pettersen2016-09-152-18/+18
|\
| * Add new build-in ranking functions 'relu' and 'sigmoid'.Lester Solbakken2016-09-152-18/+18
* | Merge pull request #651 from yahoo/geirst/use-valuetype-instead-of-tensortypeHåvard Pettersen2016-09-1512-41/+36
|\ \ | |/ |/|
| * Remove tensor::TensorType (replaced by eval::ValueType).Geir Storli2016-09-153-6/+1
| * Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-1511-35/+35
* | Merge pull request #652 from yahoo/balder/if-child-wants-to-move-it-must-cons...Håvard Pettersen2016-09-153-18/+23
|\ \
| * | Child must move, parent is by definition stuck on the couch.Henning Baldersheim2016-09-153-18/+23
* | | Revert "Lesters/add relu function"Eirik Nygaard2016-09-153-26/+18
|/ /
* | Merge pull request #645 from yahoo/lesters/add-relu-functionHåvard Pettersen2016-09-153-18/+26
|\ \
| * | Also add sigmoid to list of unary functions in parserLester Solbakken2016-09-141-18/+19
| * | Add sigmoid ranking functionLester Solbakken2016-09-143-0/+3
| * | Add relu ranking functionLester Solbakken2016-09-143-2/+6
* | | Only avoid copy, not move.Henning Baldersheim2016-09-141-0/+2
|/ /
* | Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-142-1/+4
* | Reduce boost::noncopyable exposure.Henning Baldersheim2016-09-141-2/+3
|/