summaryrefslogtreecommitdiff
path: root/bucky2
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2015-05-22 15:25:11 -0500
committerJules Laplace <carbon@melanarchy.org>2015-05-22 15:25:11 -0500
commitca77a587da9ec393bceda87c2ec8dda096e2890d (patch)
treee15f868d5d06c91e56e348ec8bf26c9f9ea5071f /bucky2
parent2f4aebe8139faff0e6456676fd83bf5c0e4e3c4d (diff)
demand https and other kewl stuff
Diffstat (limited to 'bucky2')
-rwxr-xr-xbucky2/bin/build-index2
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky2/bin/build-index b/bucky2/bin/build-index
index 437f146..acf35db 100755
--- a/bucky2/bin/build-index
+++ b/bucky2/bin/build-index
@@ -79,7 +79,7 @@ sub parse_terms
$lexicon->{$t}->{$thread}->{'file'} ||= $file;
# give terms in title an extra bump
if ($comment eq '0' && $file eq '0')
- { $lexicon->{$t}->{$thread}->{'strength'} += 2; }
+ { $lexicon->{$t}->{$thread}->{'strength'} += 20; }
else
{ $lexicon->{$t}->{$thread}->{'strength'} += 1; }
$count++;