summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Remove unused document db dirs.Tor Egge2018-07-314-3/+277
* Unregister transaction log server metrics for a domain before deleting it.Tor Egge2018-07-311-0/+1
* Rename method according to review feedback.Tor Egge2018-07-275-9/+7
* Add skeleton for proton disk layout, to better handle removal ofTor Egge2018-07-279-19/+178
* Merge pull request #6469 from vespa-engine/vekterli/remove-dangerous-stringre...Tor Brede Vekterli2018-07-2610-31/+32
|\
| * Don't string wrap refs that are guaranteed to be zero-terminatedTor Brede Vekterli2018-07-263-4/+4
| * Remove stringref::c_str()Tor Brede Vekterli2018-07-2510-31/+32
* | Merge pull request #6475 from vespa-engine/balder/random-cleanupHenning Baldersheim2018-07-266-39/+23
|\ \
| * | nested namespacesHenning Baldersheim2018-07-266-39/+23
* | | Merge pull request #6468 from vespa-engine/toregge/track-document-db-destructionHenning Baldersheim2018-07-2513-31/+137
|\ \ \
| * | | Track document db destruction.Tor Egge2018-07-2513-31/+137
| | |/ | |/|
* | | Add missing newline.Henning Baldersheim2018-07-251-1/+1
* | | Nested namespacesHenning Baldersheim2018-07-255-39/+22
|/ /
* | Move the whitelist down through AndNot and Rank to the last one and 'AND' it ...Henning Baldersheim2018-07-242-6/+24
* | Let AndNot stay on top after whitelisting too.Henning Baldersheim2018-07-232-8/+33
* | Add some more details to assist debugging.Henning Baldersheim2018-07-231-1/+1
* | - = default for destructors.Henning Baldersheim2018-07-232-13/+11
* | Merge pull request #6439 from vespa-engine/balder/lift-rankitemHenning Baldersheim2018-07-203-4/+53
|\ \
| * | Only necessary to do the cast once.Henning Baldersheim2018-07-201-2/+3
| * | Add a test that RankItems stay on top after whitelisting.Henning Baldersheim2018-07-202-0/+40
| * | If the root is a RankItem, add the whitelist to the first child in an and.Henning Baldersheim2018-07-201-4/+12
* | | Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-195-5/+21
|/ /
* | Actually test what you claimHenning Baldersheim2018-07-191-2/+2
* | Merge pull request #6413 from vespa-engine/balder/prevent-large-adjustmentsHenning Baldersheim2018-07-184-15/+89
|\ \
| * | Extend test and fix typos.Henning Baldersheim2018-07-182-5/+27
| * | - std::make_xxxHenning Baldersheim2018-07-172-11/+12
| * | Prevent changes above 10%Henning Baldersheim2018-07-172-0/+12
| * | Prevent division by zero and large relative changes on very small numbers.Henning Baldersheim2018-07-172-4/+43
* | | Revert "As we changed to add a 5% summary cache some time ago, we should also...Harald Musum2018-07-171-1/+1
|/ /
* | Merge pull request #6402 from vespa-engine/balder/reduce-sleepHenning Baldersheim2018-07-175-145/+83
|\ \
| * | Update commentHenning Baldersheim2018-07-171-1/+1
| * | Reduce wait between same targets to from 1s to 100msHenning Baldersheim2018-07-171-1/+1
| * | Only wait 1 ms between targetsHenning Baldersheim2018-07-171-3/+4
| * | Use std::move and std:.make_xxxx.Henning Baldersheim2018-07-175-50/+30
| * | - Use std::make_unique/shared.Henning Baldersheim2018-07-172-90/+47
* | | As we changed to add a 5% summary cache some time ago, we should also change ...Henning Baldersheim2018-07-161-1/+1
|/ /
* | Ensure that all attribute iterators expose the search context creating the it...Geir Storli2018-06-251-9/+12
* | Merge pull request #6255 from vespa-engine/balder/invert-and-simplifyHenning Baldersheim2018-06-211-8/+5
|\ \
| * | Invert the logic and simplify the loop.Henning Baldersheim2018-06-211-8/+5
* | | some more cleanupArne Juul2018-06-205-7/+6
* | | move LOG_SETUP after other includesArne Juul2018-06-2019-52/+49
* | | add and use HDR_ABORT insteadArne Juul2018-06-202-4/+6
* | | Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-2057-321/+482
|\| |
| * | Reduce default feeding.concurrency from 0.5 to 0.2.Geir Storli2018-06-191-1/+1
| * | Add missing ')'Henning Baldersheim2018-06-181-1/+1
| * | Use correct prefix name when selecting executor.Henning Baldersheim2018-06-173-9/+4
| * | - Remove the execute(string, ...) and force the use of ExecutorId.Henning Baldersheim2018-06-178-65/+50
| * | Rewrite test to enure AttributeWriter is given a fully populated AttributeMan...Henning Baldersheim2018-06-172-26/+31
| * | Choose executorId the same way both places.Henning Baldersheim2018-06-161-3/+7
| * | Precompute and store attribute and executor id together in a single hashmap.Henning Baldersheim2018-06-162-7/+18