aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
...
| * Checkpoint with working build and testHenning Baldersheim2016-10-122-38/+65
| * Initial checkpoint. builds and tests fine.Henning Baldersheim2016-10-122-83/+118
* | Fix typos in log messages.Geir Storli2016-10-131-3/+3
* | Fix return value in prepareRestart().Geir Storli2016-10-131-1/+1
|/
* Revert "Add spam logging of ranges searched."Henning Baldersheim2016-10-121-2/+0
* Merge pull request #836 from yahoo/havardpe/verify-full-non-overlapping-docid...Henning Baldersheim2016-10-111-5/+54
|\
| * verify docid rangesHaavard2016-10-111-5/+54
* | Add spam logging of ranges searched.Henning Baldersheim2016-10-101-0/+2
|/
* Handle variations to alignment smoother.Henning Baldersheim2016-10-031-1/+1
* Checkpoint after buil success.Henning Baldersheim2016-10-031-71/+74
* - Add knowledge to proton about reduandancy and searchable-copies.Henning Baldersheim2016-09-282-13/+23
* 1 - error -> warningHenning Baldersheim2016-09-261-29/+24
* GC unused includes.Henning Baldersheim2016-09-211-3/+0
* Add index manager stats that can be used by both state explorer andTor Egge2016-09-211-0/+41
* Prepare for exposing more stats about disk and memory indexes, forTor Egge2016-09-216-8/+59
* Merge pull request #651 from yahoo/geirst/use-valuetype-instead-of-tensortypeHåvard Pettersen2016-09-152-9/+10
|\
| * Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-152-9/+10
* | Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-1436-167/+112
* | Reduce boost::noncopyable exposure.Henning Baldersheim2016-09-141-1/+3
|/
* Do not require icu unless you really need it.Henning Baldersheim2016-09-1110-8/+21
* Only include large dependency where needed.Henning Baldersheim2016-09-112-1/+1
* Limit on num entries instead of removes.Henning Baldersheim2016-09-092-2/+2
* Fix incorrect limit setting.Henning Baldersheim2016-09-091-2/+2
* Add limit on number of removes per file to avoid uncontrolled explosions.Henning Baldersheim2016-09-092-1/+5
* rename class to TimeBoxArne H Juul2016-09-081-2/+5
* use TimeBoxerArne H Juul2016-09-081-1/+6
* add missing args for info log messageArne H Juul2016-09-071-2/+3
* Merge pull request #553 from yahoo/geirst/integration-of-ranking-constants-in...Håvard Pettersen2016-09-0623-188/+231
|\
| * Use a cache for loaded constant tensors.Geir Storli2016-09-062-1/+4
| * Add parenthesis around sub-expressions.Geir Storli2016-09-062-16/+16
| * Remove RankingConstantsConfig from DocumentDBConfig and add builder used in u...Geir Storli2016-09-0519-161/+156
| * Integrate and populate matching::RankingConstants based on files acquired fro...Geir Storli2016-09-0215-55/+100
* | Let us just get the restart over with. The sooner the better.Henning Baldersheim2016-09-061-1/+1
* | warmup -> warmupCfgHenning Baldersheim2016-09-052-5/+5
* | Add commentHenning Baldersheim2016-09-051-0/+2
* | Wire the Grow strategy all the way.Henning Baldersheim2016-09-023-4/+8
* | It should be fine to commit after all space has been added.Henning Baldersheim2016-09-021-1/+1
* | Merge pull request #543 from yahoo/balder/add-unpack-to-warmupHenning Baldersheim2016-09-029-31/+25
|\ \
| * | Use WarmupConfig class all the way.Henning Baldersheim2016-09-021-1/+2
| * | Add config option to warm up with unpacking too.Henning Baldersheim2016-09-029-31/+24
* | | do not copy blueprints, freeze blueprintsHaavard2016-09-024-1/+9
|/ /
* | Merge pull request #531 from yahoo/havardpe/verify-rank-setup-with-rank-const...Geir Storli2016-09-023-31/+84
|\ \
| * | remove unneeded lineHaavard2016-09-021-1/+0
| * | added tests for ranking constantsHaavard2016-09-011-0/+22
| * | extend verify ranksetup to also verify ranking constantsHaavard2016-09-012-31/+63
| |/
* / Avoid copy paste errors by using a template for deriving compression config.Henning Baldersheim2016-09-021-18/+13
|/
* use std::make_shared more oftenArne H Juul2016-08-3110-106/+70
* Merge pull request #514 from yahoo/arnej/subscribe-to-ranking-constants-config-2Arne H Juul2016-08-3121-11/+142
|\
| * change matchers if constants have changedArne H Juul2016-08-311-1/+1
| * use LOG not fprintfArne H Juul2016-08-311-7/+3