summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* If we are collecting unordered hits, we need to sort before producing the res...Henning Baldersheim2016-10-113-4/+29
* Merge pull request #771 from yahoo/balder/use-constructor-argument-instead-of...Henning Baldersheim2016-10-0767-447/+286
|\
| * Also avoid mmaping medium large allocations during compression into cache.Henning Baldersheim2016-10-031-2/+3
| * Finally enable a larger swithing point for MMAP usage.Henning Baldersheim2016-10-031-13/+20
| * Adjust results of sizeof()Henning Baldersheim2016-10-033-25/+26
| * Handle variations to alignment smoother.Henning Baldersheim2016-10-031-1/+1
| * make tests pass tooHenning Baldersheim2016-10-034-10/+10
| * Checkpoint after buil success.Henning Baldersheim2016-10-0315-99/+69
| * Checkpoint 1Henning Baldersheim2016-10-0345-294/+145
| * delete the copy constructor/operatorsHenning Baldersheim2016-10-031-2/+3
| * delete the copy constructor/operatorsHenning Baldersheim2016-10-031-1/+3
| * delete the copy constructor/operatorsHenning Baldersheim2016-10-032-4/+8
| * delete the copy constructor/operatorsHenning Baldersheim2016-10-031-1/+3
* | 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