summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* 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
| * try talking to the file distributorArne H Juul2016-08-311-0/+10
| * subscribe to ranking constants configArne H Juul2016-08-3120-10/+135
* | ignoreHaavard2016-08-311-0/+1
|/
* Merge pull request #509 from yahoo/balder/control-in-memory-temporary-compres...Henning Baldersheim2016-08-302-4/+19
|\
| * Wire in control of compression during temporary memory storage during compact...Henning Baldersheim2016-08-301-4/+12
| * Control compression during compact.Henning Baldersheim2016-08-301-0/+7
* | Merge pull request #505 from yahoo/geirst/constant-value-repo-in-protonTor Egge2016-08-3024-49/+406
|\ \ | |/ |/|
| * Wire in constant value repo from doc subdb to index environment.Geir Storli2016-08-3013-48/+117
| * Implement constant value repo to give access to rank constants in the rank fr...Geir Storli2016-08-3011-1/+289
* | Merge pull request #482 from yahoo/balder/add-visit-cache-2Henning Baldersheim2016-08-294-2/+20
|\ \
| * | Let default be off.Henning Baldersheim2016-08-261-1/+1
| * | Initialize compression type.Henning Baldersheim2016-08-261-1/+1