diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2015-05-22 15:25:11 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2015-05-22 15:25:11 -0500 |
| commit | ca77a587da9ec393bceda87c2ec8dda096e2890d (patch) | |
| tree | e15f868d5d06c91e56e348ec8bf26c9f9ea5071f /bucky2/bin | |
| parent | 2f4aebe8139faff0e6456676fd83bf5c0e4e3c4d (diff) | |
demand https and other kewl stuff
Diffstat (limited to 'bucky2/bin')
| -rwxr-xr-x | bucky2/bin/build-index | 2 |
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++; |
